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
8ac72131
There was a problem fetching the pipeline summary.
Commit
8ac72131
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Use MacOSX as default test server
parent
a3e76e1c
No related branches found
No related tags found
1 merge request
!2
Ci2
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-14
14 additions, 14 deletions
.gitlab-ci.yml
with
14 additions
and
14 deletions
.gitlab-ci.yml
+
14
−
14
View file @
8ac72131
...
...
@@ -51,32 +51,32 @@ stages:
# -------------
# Python 2.7 on
Linux
core_build_
linu
x_27
:
# Python 2.7 on
MacOSX
core_build_
macos
x_27
:
<<
:
*core_build_job
variables
:
&core_build_
linu
x_27_variables
variables
:
&core_build_
macos
x_27_variables
PYTHON_VERSION
:
"
2.7"
tags
:
-
conda-
linu
x
-
conda-
macos
x
core_wheels_
linu
x_27
:
core_wheels_
macos
x_27
:
<<
:
*core_wheels_job
dependencies
:
-
core_build_
linu
x_27
-
core_build_
macos
x_27
tags
:
-
conda-
linu
x
-
conda-
macos
x
extra_build_
linu
x_27
:
extra_build_
macos
x_27
:
<<
:
*extra_build_job
variables
:
*core_build_
linu
x_27_variables
variables
:
*core_build_
macos
x_27_variables
dependencies
:
-
core_build_
linu
x_27
-
core_build_
macos
x_27
tags
:
-
conda-
linu
x
-
conda-
macos
x
extra_wheels_
linu
x_27
:
extra_wheels_
macos
x_27
:
<<
:
*extra_wheels_job
dependencies
:
-
extra_build_
linu
x_27
-
extra_build_
macos
x_27
tags
:
-
conda-
linu
x
-
conda-
macos
x
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