Enable more build tests
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
82e8b09d56
commit
3e475d00b3
|
@ -93,7 +93,7 @@ jobs:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
- build:
|
- build:
|
||||||
build-config: -Dnew_backends=true
|
build-config:
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
all_builds:
|
all_builds:
|
||||||
|
@ -104,6 +104,8 @@ workflows:
|
||||||
- clang_minimal
|
- clang_minimal
|
||||||
- nogl
|
- nogl
|
||||||
- clang_nogl
|
- clang_nogl
|
||||||
|
- clang_basic_nonew
|
||||||
|
- basic_nonew
|
||||||
# - test-xvfb
|
# - test-xvfb
|
||||||
|
|
||||||
# vim: set sw=2 ts=8 et:
|
# vim: set sw=2 ts=8 et:
|
||||||
|
|
Loading…
Reference in New Issue