Added CI.

This commit is contained in:
Бранимир Караџић
2024-10-25 16:57:13 -07:00
parent a3c663b45a
commit d800537433
12 changed files with 158 additions and 9651 deletions

View File

@@ -39,7 +39,6 @@ end
dofile "bx.lua"
dofile "bin2c.lua"
dofile "lemon.lua"
project "bx.test"
kind "ConsoleApp"

View File

@@ -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()