[geary/mjog/reenable-fedora-ci: 1/2] .gitlab-ci.yml: Fix a few vars not using build dir variable



commit 0720ac99fd125e731e5c7008ed7fe0a1267008fa
Author: Michael Gratton <mike vee net>
Date:   Mon Oct 7 13:33:57 2019 +1100

    .gitlab-ci.yml: Fix a few vars not using build dir variable

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ce7fb9a..a8a1bbab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ variables:
 
   # Build
   BUILD_DIR: build
-  CONFIG_CMD: meson --buildtype=debug build
+  CONFIG_CMD: meson --buildtype=debug $BUILD_DIR
   BUILD_CMD: ninja -v -C $BUILD_DIR
   TEST_CMD: xvfb-run meson test -v --no-stdsplit -C $BUILD_DIR $TEST_ARGS
   INSTALL_CMD: ninja -v -C $BUILD_DIR install
@@ -73,8 +73,8 @@ ubuntu:
   artifacts:
     when: 'always'
     paths:
-      - '_build/meson-logs/meson-log.txt'
-      - '_build/meson-logs/testlog.txt'
+      - '$BUILD_DIR/meson-logs/meson-log.txt'
+      - '$BUILD_DIR/meson-logs/testlog.txt'
     expire_in: 2 days
 
 flatpak:


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