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
edbf7f430c
commit
1ba402e11f
|
@ -79,25 +79,25 @@ jobs:
|
||||||
executor: e
|
executor: e
|
||||||
steps:
|
steps:
|
||||||
- build:
|
- build:
|
||||||
cc: clang-6.0
|
cc: clang
|
||||||
build-config:
|
build-config:
|
||||||
clang_minimal:
|
clang_minimal:
|
||||||
executor: e
|
executor: e
|
||||||
steps:
|
steps:
|
||||||
- build:
|
- build:
|
||||||
cc: clang-6.0
|
cc: clang
|
||||||
build-config: -Dopengl=false -Ddbus=false -Dregex=false -Dconfig_file=false
|
build-config: -Dopengl=false -Ddbus=false -Dregex=false -Dconfig_file=false
|
||||||
clang_nogl:
|
clang_nogl:
|
||||||
executor: e
|
executor: e
|
||||||
steps:
|
steps:
|
||||||
- build:
|
- build:
|
||||||
cc: clang-6.0
|
cc: clang
|
||||||
build-config: -Dopengl=false
|
build-config: -Dopengl=false
|
||||||
clang_noregex:
|
clang_noregex:
|
||||||
executor: e
|
executor: e
|
||||||
steps:
|
steps:
|
||||||
- build:
|
- build:
|
||||||
cc: clang-6.0
|
cc: clang
|
||||||
build-config: -Dregex=false
|
build-config: -Dregex=false
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|
Loading…
Reference in New Issue