ci: run unit tests

This commit is contained in:
Daniel Eklöf 2019-11-18 17:03:30 +01:00
parent 4cc9b15f55
commit 28131e9dc9
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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