mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
ci: update
The docker image is on debian buster now, adapt. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
51cc0418b1
commit
b7d6da3388
1 changed files with 4 additions and 4 deletions
|
@ -79,25 +79,25 @@ jobs:
|
|||
executor: e
|
||||
steps:
|
||||
- build:
|
||||
cc: clang-6.0
|
||||
cc: clang
|
||||
build-config:
|
||||
clang_minimal:
|
||||
executor: e
|
||||
steps:
|
||||
- build:
|
||||
cc: clang-6.0
|
||||
cc: clang
|
||||
build-config: -Dopengl=false -Ddbus=false -Dregex=false -Dconfig_file=false
|
||||
clang_nogl:
|
||||
executor: e
|
||||
steps:
|
||||
- build:
|
||||
cc: clang-6.0
|
||||
cc: clang
|
||||
build-config: -Dopengl=false
|
||||
clang_noregex:
|
||||
executor: e
|
||||
steps:
|
||||
- build:
|
||||
cc: clang-6.0
|
||||
cc: clang
|
||||
build-config: -Dregex=false
|
||||
|
||||
workflows:
|
||||
|
|
Loading…
Reference in a new issue