Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nightlies
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
nightlies
Commits
04dccf82
There was a problem fetching the pipeline summary.
Commit
04dccf82
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Separate build and wheels stages
parent
5131ea9c
No related branches found
No related tags found
1 merge request
!2
Ci2
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+71
-16
71 additions, 16 deletions
.gitlab-ci.yml
extras.txt
+0
-33
0 additions, 33 deletions
extras.txt
with
71 additions
and
49 deletions
.gitlab-ci.yml
+
71
−
16
View file @
04dccf82
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
extra
s_linux_27
:
core_wheel
s_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
This diff is collapsed.
Click to expand it.
extras.txt
deleted
100644 → 0
+
0
−
33
View file @
5131ea9c
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment