From c117c2230fa0840addaa75562737b737865dd3f0 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Sat, 10 Sep 2016 14:07:31 +0200 Subject: [PATCH] [refactoring2016] Temporary ci file. This will not be merged --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0add73b2..c335d280 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,9 @@ variables: - if [ -x ./bin/bob_dbmanage.py ]; then ./bin/bob_dbmanage.py all download --force; fi - ./bin/sphinx-build doc sphinx - ./bin/python setup.py bdist_wheel --python-tag ${WHEEL_TAG} + - cd ./src/bob.bio.base + - ../../bin/python setup.py bdist_wheel --dist-dir ../../dist --python-tag ${WHEEL_TAG} + - cd ../../ after_script: - rm -rf ${CONDA_PREFIX} artifacts: -- GitLab