summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2022-02-16 02:26:49 (GMT)
committerGitHub <noreply@github.com>2022-02-16 02:26:49 (GMT)
commit5b138c01b4644c133e556d96ad6105d24c401cac (patch)
tree057396fcef072278daae8d9ce50bcfaff12d31aa /.github/workflows
parent85e5b918458d6ac83871e7bf77a61f8a329904c3 (diff)
parent6c1a39e701b274c47538258c6d6e3e60dddc704a (diff)
downloadlz4-5b138c01b4644c133e556d96ad6105d24c401cac.zip
lz4-5b138c01b4644c133e556d96ad6105d24c401cac.tar.gz
lz4-5b138c01b4644c133e556d96ad6105d24c401cac.tar.bz2
Merge pull request #1064 from tristan957/meson
Fixup meson build
Diffstat (limited to '.github/workflows')
-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 3721376..54ea2b6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -626,11 +626,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