summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2022-10-25 06:47:31 (GMT)
committerGitHub <noreply@github.com>2022-10-25 06:47:31 (GMT)
commit214bfb325bd4db112b73859912b919aa35e12d61 (patch)
treeb5c04cd31e42772751dac47bc6a0780b581b871d /.github/workflows/ci.yml
parente312412c60140b3d061526499cef22e5e99d7751 (diff)
parent198e532300f253ada3acac3ab5428ed991adb085 (diff)
downloadlz4-214bfb325bd4db112b73859912b919aa35e12d61.zip
lz4-214bfb325bd4db112b73859912b919aa35e12d61.tar.gz
lz4-214bfb325bd4db112b73859912b919aa35e12d61.tar.bz2
Merge pull request #1139 from tristan957/meson
Update Meson build to 1.9.4
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