summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <amorales@fluendo.com>2021-11-16 16:30:27 +0000
committerAndoni Morales Alastruey <ylatuya@gmail.com>2022-03-04 11:09:07 +0100
commit96dc5ea4b817f05e7ead8e21454823fd90ac1e7a (patch)
tree1a06bdc8e707233803411438fedbbb2995a3409d /.gitlab-ci.yml
parent5e5edd6f053ef1e863b3eb7fa1e3338438266541 (diff)
ci: bootstrap system for msys shell
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/743>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e12c758c..47c1c0e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -133,6 +133,7 @@ android fedora image:
CERBERO_PACKAGE_ARGS: "-t"
CERBERO_RUN_WRAPPER: "" # 'wine' on cross-winXX
CERBERO_RUN_SUFFIX: "" # '.exe' on cross-winXX
+ CERBERO_BOOTSTRAP_SYSTEM: "no"
HAVE_CCACHE: "yes"
# used by macos packages as we only ever install to a fixed directory
CERBERO_OVERRIDDEN_DIST_DIR: ""
@@ -475,6 +476,7 @@ cerbero cross-ios universal examples:
CERBERO_HOST_DIR: "C:/cerbero"
CERBERO_ARGS: "${DEFAULT_CERBERO_ARGS} -v visualstudio -v nowerror"
CERBERO_RUN_SUFFIX: ".exe"
+ CERBERO_BOOTSTRAP_SYSTEM: "yes"
HAVE_CCACHE: ""
before_script:
- $env:CI_PROJECT_DIR = $env:CI_PROJECT_DIR.replace('\', '/')