mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-12 04:27:51 -05:00
ci: verbose ninja output
This commit is contained in:
parent
310ead65ec
commit
4cc9b15f55
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ debug:
|
|||
- mkdir -p bld/debug
|
||||
- cd bld/debug
|
||||
- meson --buildtype=debug ../../
|
||||
- ninja -k0
|
||||
- ninja -v -k0
|
||||
|
||||
release:
|
||||
stage: build
|
||||
|
|
@ -27,4 +27,4 @@ release:
|
|||
- mkdir -p bld/release
|
||||
- cd bld/release
|
||||
- meson --buildtype=release ../../
|
||||
- ninja -k0
|
||||
- ninja -v -k0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue