summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2023-02-07 22:59:06 (GMT)
committerGitHub <noreply@github.com>2023-02-07 22:59:06 (GMT)
commit185cf420206cf68a2a5cee8cdaf11145db7cd971 (patch)
tree22999d2208c0a4cbedb06a1e688433f46cb75a12 /.github/workflows/ci.yml
parent1f3adea1c68ea61f41903d959b4f98f45aa527a7 (diff)
parent7ab223b7fa2f5b28cfaa4c800db78ad82287be40 (diff)
downloadlz4-185cf420206cf68a2a5cee8cdaf11145db7cd971.zip
lz4-185cf420206cf68a2a5cee8cdaf11145db7cd971.tar.gz
lz4-185cf420206cf68a2a5cee8cdaf11145db7cd971.tar.bz2
Merge pull request #1207 from eli-schwartz/meson
build: move meson files from contrib, to go alongside other build systems
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e3da024..c9e7eac 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -707,15 +707,15 @@ jobs:
-Dcontrib=true
-Dtests=true
-Dexamples=true
- contrib/meson build
+ build/meson builddir
- name: test
run: |
- meson test -C build
+ meson test -C builddir
- name: staging
run: |
- cd build
+ cd builddir
DESTDIR=./staging ninja install
tree ./staging