ci: update

The docker image is on debian buster now, adapt.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-03-21 23:05:50 +00:00
parent edbf7f430c
commit 1ba402e11f
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 4 additions and 4 deletions

View File

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