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

Separate build and wheels stages

parent 5131ea9c
No related branches found
No related tags found
1 merge request!2Ci2
Pipeline #
stages: stages:
- core - core-build
- extras - core-wheels
- extra-build
- extra-wheels
core_linux_27:
stage: core # ---------
# Templates
# ---------
.core_build_template: &core_build_job
stage: core-build
before_script: before_script:
- git clean -ffdx - git clean -ffdx
script: script:
- ./build.sh core.txt 2.7 - ./build.sh core.txt ${PYTHON_VERSION}
after_script: artifacts:
- git clean -ffdx src expire_in: 1 week
paths:
- _ci/
- dist/
.core_wheels_template: &core_wheels_job
stage: core-wheels
only:
- master
script:
- ./_ci/wheels.sh
.extra_build_template: &extra_build_job
stage: extra-build
script:
- ./build.sh extra.txt ${PYTHON_VERSION}
artifacts:
expire_in: 1 week
paths:
- _ci/
- dist/
.extra_wheels_template: &extra_wheels_job
stage: extra-wheels
only:
- master
script:
- ./_ci/wheels.sh
# -------------
# Build Targets
# -------------
# Python 2.7 on Linux
core_build_linux_27:
<<: *core_build_job
variables: &core_build_linux_27_variables
PYTHON_VERSION: "2.7"
tags: tags:
- conda-linux - conda-linux
extras_linux_27: core_wheels_linux_27:
stage: extras <<: *core_wheels_job
dependencies: dependencies:
- core_linux_27 - core_build_linux_27
before_script: tags:
- git clean -ffdx - conda-linux
script:
- ./build.sh extras.txt 2.7 extra_build_linux_27:
after_script: <<: *extra_build_job
- git clean -ffdx variables: *core_build_linux_27_variables
dependencies:
- core_build_linux_27
tags:
- conda-linux
extra_wheels_linux_27:
<<: *extra_wheels_job
dependencies:
- extra_build_linux_27
tags: tags:
- conda-linux - conda-linux
bob.db.bio_filelist
bob.db.banca
bob.db.biosecure
bob.db.caspeal
bob.db.frgc
bob.db.gbu
bob.db.lfw
bob.db.mobio
bob.db.multipie
bob.db.scface
bob.db.xm2vts
bob.db.youtube
bob.db.voxforge
bob.db.utfvp
bob.db.livdet2013
bob.db.atvskeystroke
bob.db.biosecurid.face
bob.db.casme2
bob.db.replay
bob.db.biowave_test
bob.db.verafinger
bob.bio.base
bob.bio.gmm
bob.bio.spear
bob.bio.face
bob.bio.video
bob.db.msu_mfsd_mod
bob.db.avspoof
bob.db.asvspoof
bob.db.kboc16
bob.db.putvein
bob.db.cuhk_cufs
gridtk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment