Skip to content
Snippets Groups Projects
Commit 16f2b838 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'fix-bob-extension' into 'master'

We should set those variables before the activation of the environment

See merge request !57
parents 3f2f7631 7aee680b
No related branches found
No related tags found
1 merge request!57We should set those variables before the activation of the environment
Pipeline #30218 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.
Finish editing this message first!
Please register or to comment