Enable more build tests

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-01-02 20:40:32 +00:00
parent 82e8b09d56
commit 3e475d00b3
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 3 additions and 1 deletions

View File

@ -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: