diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d68f21f77ab6726f6fc4c52745aefc9764d48078..288d9bd68ea5ba84008450a6f1e5668ae847dbd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,27 +1,26 @@ stages: - - build + - core + - extras core_linux_27: - stage: build + stage: core before_script: - git clean -ffdx script: - ./build.sh core.txt 2.7 - - ./_ci/wheels.sh after_script: - git clean -ffdx src tags: - conda-linux extras_linux_27: - stage: build + stage: extras dependencies: - core_linux_27 before_script: - git clean -ffdx script: - ./build.sh extras.txt 2.7 - - ./_ci/wheels.sh after_script: - git clean -ffdx tags: