mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 12:42:34 +01:00
Added CI.
This commit is contained in:
@@ -39,7 +39,6 @@ end
|
||||
|
||||
dofile "bx.lua"
|
||||
dofile "bin2c.lua"
|
||||
dofile "lemon.lua"
|
||||
|
||||
project "bx.test"
|
||||
kind "ConsoleApp"
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
--
|
||||
-- Copyright 2010-2024 Branimir Karadzic. All rights reserved.
|
||||
-- License: https://github.com/bkaradzic/bx/blob/master/LICENSE
|
||||
--
|
||||
|
||||
project "lemon"
|
||||
kind "ConsoleApp"
|
||||
|
||||
files {
|
||||
path.join(BX_DIR, "tools/lemon/lemon.c")
|
||||
}
|
||||
|
||||
configuration { "not vs*" }
|
||||
buildoptions {
|
||||
"-Wno-implicit-fallthrough",
|
||||
"-Wno-sign-compare",
|
||||
"-Wno-unused-parameter",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
|
||||
strip()
|
||||
Reference in New Issue
Block a user