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

Reverted to the old ci

parent a62a9827
No related branches found
No related tags found
1 merge request!1Standarization
Pipeline #
...@@ -29,6 +29,7 @@ variables: ...@@ -29,6 +29,7 @@ variables:
- git clean -ffdx - git clean -ffdx
- curl --silent https://gitlab.idiap.ch/bob/bob/snippets/7/raw | tr -d '\r' > bootstrap-conda.sh - curl --silent https://gitlab.idiap.ch/bob/bob/snippets/7/raw | tr -d '\r' > bootstrap-conda.sh
- chmod 755 ./bootstrap-conda.sh - chmod 755 ./bootstrap-conda.sh
- sed 1d requirements.txt > requirements.txt # GAMBIT to remove pillow<3
- ./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX} - ./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX}
variables: &build_variables variables: &build_variables
BOB_DOCUMENTATION_SERVER: "http://www.idiap.ch/software/bob/docs/latest/bob/%s/master/" BOB_DOCUMENTATION_SERVER: "http://www.idiap.ch/software/bob/docs/latest/bob/%s/master/"
...@@ -83,7 +84,7 @@ variables: ...@@ -83,7 +84,7 @@ variables:
before_script: before_script:
- ./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX} - ./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX}
- source ${CONDA_FOLDER}/bin/activate ${CONDA_PREFIX} - source ${CONDA_FOLDER}/bin/activate ${CONDA_PREFIX}
- conda install --yes -c conda-forge -p ${CONDA_PREFIX} opencv==2.4.12 - conda install --yes -c conda-forge -p ${CONDA_PREFIX} opencv==2.4.12 pillow==2.9.0
- pip install --use-wheel --no-index --pre dist/*.whl - pip install --use-wheel --no-index --pre dist/*.whl
script: script:
- cd ${CONDA_PREFIX} - cd ${CONDA_PREFIX}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment