[libgudev/wip/hadess/235: 1/4] ci: Build with tests by default




commit ab504867e7923f4d4a88c91002c859f895b98a5b
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Mar 16 11:22:57 2021 +0100

    ci: Build with tests by default

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 742aaf8..287bf79 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ 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)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]