mirror of
https://github.com/yshui/picom.git
synced 2025-03-31 17:35:52 -04:00
ci: add more build types
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
583cf35bed
commit
9f136ca2e4
1 changed files with 11 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue