misc/ci: enable building tests
This commit is contained in:
parent
1ca164eea4
commit
e7c77216d2
3 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ docs = 'enabled'
|
|||
use_libcrypto = 'disabled'
|
||||
force_vendored_shader_tools = true
|
||||
validate_glsl = 'disabled'
|
||||
tests = 'enabled'
|
||||
|
||||
[sdl2:project options]
|
||||
test = false
|
||||
|
|
|
@ -20,6 +20,7 @@ source_map_base = 'http://localhost:6931/'
|
|||
[project options]
|
||||
validate_glsl = 'enabled'
|
||||
vfs_zip = 'disabled'
|
||||
tests = 'disabled'
|
||||
|
||||
[built-in options]
|
||||
b_ndebug = 'true'
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
[project options]
|
||||
validate_glsl = 'enabled'
|
||||
tests = 'disabled'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue