mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
ci: run unit tests
This commit is contained in:
parent
4cc9b15f55
commit
28131e9dc9
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ debug:
|
|||
- cd bld/debug
|
||||
- meson --buildtype=debug ../../
|
||||
- ninja -v -k0
|
||||
- ninja -v test
|
||||
|
||||
release:
|
||||
stage: build
|
||||
|
|
@ -28,3 +29,4 @@ release:
|
|||
- cd bld/release
|
||||
- meson --buildtype=release ../../
|
||||
- ninja -v -k0
|
||||
- ninja -v test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue