summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorTristan Partin <tristan@partin.io>2022-02-04 08:58:30 (GMT)
committerTristan Partin <tristan@partin.io>2022-02-09 18:04:53 (GMT)
commit6c1a39e701b274c47538258c6d6e3e60dddc704a (patch)
treedba0107d7b0af9ae563c8b0979d88ae97822dddf /.github/workflows/ci.yml
parentb3a7ca21cefc51fd425f6afeb9b87670013cf42b (diff)
downloadlz4-6c1a39e701b274c47538258c6d6e3e60dddc704a.zip
lz4-6c1a39e701b274c47538258c6d6e3e60dddc704a.tar.gz
lz4-6c1a39e701b274c47538258c6d6e3e60dddc704a.tar.bz2
Fixup meson build
The meson build had gotten a little out of hand. It needed to be cleaned up and have its errors fixed. This should enable lz4 to switch to Meson at any time should the need ever arise.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5c0afb1..a458a19 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -620,11 +620,10 @@ jobs:
--buildtype=debug
-Db_lundef=false
-Dauto_features=enabled
- -Ddefault_library=both
- -Dbin_programs=true
- -Dbin_contrib=true
- -Dbin_tests=true
- -Dbin_examples=true
+ -Dprograms=true
+ -Dcontrib=true
+ -Dtests=true
+ -Dexamples=true
contrib/meson build
- name: staging