[gnome-build-meta/abderrahim/non-strict] .gitlab-ci.yml: build in non-strict mode by default



commit 5c021b587dcf42e1e363c8070972b6e51ac624e4
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Mon Mar 25 15:10:06 2019 +0100

    .gitlab-ci.yml: build in non-strict mode by default

 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 793ab82b..7a02150d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,8 @@ variables:
   # Note that GitLab CI will only cache stuff inside the "${CI_PROJECT_DIR}" folder.
   XDG_CACHE_HOME: "${CI_PROJECT_DIR}/cache"
   GET_SOURCES_ATTEMPTS: 3
-  BST: "bst --config build.conf --log-file logs/build.log --colors"
+  BST_STRICT: '--no-strict'
+  BST: "bst $BST_STRICT --config build.conf --log-file logs/build.log --colors"
   BST_SHA: '1.2.4-3-g79bbefe26a3fcd13d3de558aed6b5b4d5bc1235a'
   BST_EXTERNAL_SHA: '0.9.0-0-g63a19e8068bd777bd9cd59b1a9442f9749ea5a85'
   FLATPAK_BRANCH: master
@@ -95,7 +96,7 @@ before_script:
   script:
     - ${BST} -o arch "${ARCH}" build flatpak-runtimes.bst
 
-    - bst -o arch "${ARCH}" checkout --hardlinks flatpak-runtimes.bst repo/
+    - ${BST} -o arch "${ARCH}" checkout --hardlinks flatpak-runtimes.bst repo/
     - flatpak build-update-repo --generate-static-deltas repo/
     - flat-manager/flat-manager-client push $(cat build.txt) repo/
   only:


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