Skip to content
Snippets Groups Projects
Commit c9fd3712 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix ci

parent c302e96c
Branches
Tags
1 merge request!2Ci2
Pipeline #
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment