Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.ip.pytorch_extractor
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
bob.ip.pytorch_extractor
Commits
eef4fe67
Commit
eef4fe67
authored
6 years ago
by
Guillaume HEUSCH
Browse files
Options
Downloads
Patches
Plain Diff
replaced .gitlab-ci.yml with latest version (dropping python 2)
parent
e5c25945
No related branches found
No related tags found
1 merge request
!2
Update pytorch
Pipeline
#26047
passed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-5
19 additions, 5 deletions
.gitlab-ci.yml
with
19 additions
and
5 deletions
.gitlab-ci.yml
+
19
−
5
View file @
eef4fe67
...
@@ -48,10 +48,18 @@ stages:
...
@@ -48,10 +48,18 @@ stages:
key
:
"
linux-cache"
key
:
"
linux-cache"
build_linux_27
:
.build_macosx_template
:
&macosx_build_job
<<
:
*linux_build_job
<<
:
*build_job
variables
:
tags
:
PYTHON_VERSION
:
"
2.7"
-
macosx
artifacts
:
expire_in
:
1 week
paths
:
-
_ci/
-
${CONDA_ROOT}/conda-bld/osx-64/*.tar.bz2
cache
:
<<
:
*build_caches
key
:
"
macosx-cache"
build_linux_36
:
build_linux_36
:
...
@@ -68,6 +76,12 @@ build_linux_36:
...
@@ -68,6 +76,12 @@ build_linux_36:
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
build_macosx_36
:
<<
:
*macosx_build_job
variables
:
PYTHON_VERSION
:
"
3.6"
# Deploy targets
# Deploy targets
.deploy_template
:
&deploy_job
.deploy_template
:
&deploy_job
stage
:
deploy
stage
:
deploy
...
@@ -76,8 +90,8 @@ build_linux_36:
...
@@ -76,8 +90,8 @@ build_linux_36:
script
:
script
:
-
./_ci/deploy.sh
-
./_ci/deploy.sh
dependencies
:
dependencies
:
-
build_linux_27
-
build_linux_36
-
build_linux_36
-
build_macosx_36
tags
:
tags
:
-
deployer
-
deployer
...
...
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