Skip to content
Snippets Groups Projects
Commit 7aee680b authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

We should set those variables before the activation of the environment

parent 3f2f7631
Branches
Tags v2.0.5
1 merge request!57We should set those variables before the activation of the environment
Pipeline #30215 passed
...@@ -7,6 +7,8 @@ variables: ...@@ -7,6 +7,8 @@ variables:
PYTHONUNBUFFERED: "1" PYTHONUNBUFFERED: "1"
CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda" CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda"
BOOTSTRAP: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/bootstrap.py" BOOTSTRAP: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/bootstrap.py"
SDKROOT: "/opt/MacOSX10.9.sdk"
MACOSX_DEPLOYMENT_TARGET: "10.9"
# Definition of our build pipeline order # Definition of our build pipeline order
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment