summaryrefslogtreecommitdiffstats
path: root/.github/workflows/meson.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-14 18:28:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-16 15:12:07 +0000
commit589986012c4b3ab68e299a2eadca18f90080113b (patch)
treef29a53b04a1950cdddae69344bccb3f0146fa728 /.github/workflows/meson.yml
parentReleasing debian version 1.16-4. (diff)
downloadnvme-cli-589986012c4b3ab68e299a2eadca18f90080113b.tar.xz
nvme-cli-589986012c4b3ab68e299a2eadca18f90080113b.zip
Merging upstream version 2.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/meson.yml')
-rw-r--r--.github/workflows/meson.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml
new file mode 100644
index 0000000..0d6350f
--- /dev/null
+++ b/.github/workflows/meson.yml
@@ -0,0 +1,27 @@
+name: nvme-cli meson CI
+
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
+ workflow_dispatch:
+
+jobs:
+ meson-build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: install libraries
+ run: sudo apt-get install libjson-c-dev libhugetlbfs-dev
+ - uses: actions/checkout@v2
+ - uses: actions/setup-python@v1
+ # - name: install python dependencies
+ # run: |
+ # python -m pip install --upgrade pip
+ # pip install nose nose2
+ - uses: BSFishy/meson-build@v1.0.3
+ with:
+ setup-options: --werror
+ action: build