ci: add more build types

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-10-12 15:15:37 +01:00
parent 583cf35bed
commit 9f136ca2e4
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 11 additions and 0 deletions

View File

@ -73,6 +73,17 @@ jobs:
steps:
- build:
build-config: -Dopengl=false -Ddbus=false -Dregex=false -Dconfig_file=false
release:
executor: e
steps:
- build:
build-config: --buildtype=release
release-clang:
executor: e
steps:
- build:
cc: clang
build-config: --buildtype=release
nogl:
executor: e
steps: