summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-03-16 11:22:57 +0100
committerBastien Nocera <hadess@hadess.net>2021-03-16 12:10:16 +0100
commit542418401a74b2b7e945c39c85bdbc6e20e0165a (patch)
treede48861c82e26389af23c24b2e246b044a0c0e39
parent70db9f988b23020b353f1936b024a6fc49afe6c5 (diff)
downloadlibgudev-542418401a74b2b7e945c39c85bdbc6e20e0165a.tar.gz
ci: Build and run tests
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 742aaf8..8a113c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,9 +29,10 @@ build-fedora:
before_script:
- dnf install -y ${DNF_CORE_DEPS} ${DNF_TEST_DEPS}
script:
- - meson setup build/
+ - meson setup -Dtests=enabled build/
- ninja -C build/ install
- .ci/check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
+ - ninja -C build/ test
reference:
stage: document