summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index adeaccc..bf8f94c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -695,10 +695,11 @@ jobs:
echo && type python && which python && python --version
echo && type meson && which meson && meson --version
- - name: meson
+ - name: setup
# 'run: >' replaces all newlines in the following block with spaces
run: >
meson setup
+ --fatal-meson-warnings
--buildtype=debug
-Db_lundef=false
-Dauto_features=enabled
@@ -708,6 +709,10 @@ jobs:
-Dexamples=true
contrib/meson build
+ - name: test
+ run: |
+ meson test -C build
+
- name: staging
run: |
cd build