mirror of
https://github.com/yshui/picom.git
synced 2024-11-25 14:06:08 -05:00
Enable more build tests
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
82e8b09d56
commit
3e475d00b3
1 changed files with 3 additions and 1 deletions
|
@ -93,7 +93,7 @@ jobs:
|
|||
<<: *defaults
|
||||
steps:
|
||||
- build:
|
||||
build-config: -Dnew_backends=true
|
||||
build-config:
|
||||
|
||||
workflows:
|
||||
all_builds:
|
||||
|
@ -104,6 +104,8 @@ workflows:
|
|||
- clang_minimal
|
||||
- nogl
|
||||
- clang_nogl
|
||||
- clang_basic_nonew
|
||||
- basic_nonew
|
||||
# - test-xvfb
|
||||
|
||||
# vim: set sw=2 ts=8 et:
|
||||
|
|
Loading…
Reference in a new issue