Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
8cdc3ef0
Commit
8cdc3ef0
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Complete missing stages
parent
d1550ed2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/ci-for-cxx-extensions.yml
+35
-0
35 additions, 0 deletions
templates/ci-for-cxx-extensions.yml
with
35 additions
and
0 deletions
templates/ci-for-cxx-extensions.yml
+
35
−
0
View file @
8cdc3ef0
...
...
@@ -122,6 +122,7 @@ test_linux_27:
wheels_linux_27
:
<<
:
*wheels_job
variables
:
*linux_27_build_variables
dependencies
:
-
build_linux_27
tags
:
...
...
@@ -144,6 +145,14 @@ test_linux_34:
tags
:
-
conda-linux
wheels_linux_34
:
<<
:
*wheels_job
variables
:
*linux_34_build_variables
dependencies
:
-
build_linux_34
tags
:
-
conda-linux
# Linux + Python 3.5: Builds, tests, uploads wheel and deploys
build_linux_35
:
...
...
@@ -163,6 +172,7 @@ test_linux_35:
wheels_linux_35
:
<<
:
*wheels_job
variables
:
*linux_35_build_variables
dependencies
:
-
build_linux_35
tags
:
...
...
@@ -170,6 +180,7 @@ wheels_linux_35:
docs_linux_35
:
<<
:
*docs_job
variables
:
*linux_35_build_variables
dependencies
:
-
build_linux_35
tags
:
...
...
@@ -200,6 +211,14 @@ test_macosx_27:
tags
:
-
conda-macosx
wheels_macosx_27
:
<<
:
*wheels_job
variables
:
*macosx_27_build_variables
dependencies
:
-
build_macosx_27
tags
:
-
conda-macosx
# Mac OSX + Python 3.4: Builds and tests
build_macosx_34
:
...
...
@@ -217,6 +236,14 @@ test_macosx_34:
tags
:
-
conda-macosx
wheels_macosx_34
:
<<
:
*wheels_job
variables
:
*macosx_34_build_variables
dependencies
:
-
build_macosx_34
tags
:
-
conda-macosx
# Mac OSX + Python 3.5: Builds and tests
build_macosx_35
:
...
...
@@ -233,3 +260,11 @@ test_macosx_35:
-
build_macosx_35
tags
:
-
conda-macosx
wheels_macosx_35
:
<<
:
*wheels_job
variables
:
*macosx_35_build_variables
dependencies
:
-
build_macosx_35
tags
:
-
conda-macosx
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