mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-24 04:26:55 -04:00
ci: fail fast (don't build with -k) (#165)
This commit is contained in:
parent
4006c35090
commit
14e269f29f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
-Werror=dev
|
-Werror=dev
|
||||||
|
|
||||||
- name: Build (CMake)
|
- name: Build (CMake)
|
||||||
run: cmake --build build --verbose -- -k0
|
run: cmake --build build --verbose
|
||||||
|
|
||||||
- name: Package (CPack)
|
- name: Package (CPack)
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user