Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pad.face
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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.pad.face
Commits
6dc1e786
There was a problem fetching the pipeline summary.
Commit
6dc1e786
authored
7 years ago
by
Olegs NIKISINS
Browse files
Options
Downloads
Patches
Plain Diff
Updated the gitlab ci to match current standarts
parent
03cbb5e9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
LBP+SVM, IQM+SVM experiments and documentation
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+36
-0
36 additions, 0 deletions
.gitlab-ci.yml
with
36 additions
and
0 deletions
.gitlab-ci.yml
+
36
−
0
View file @
6dc1e786
...
@@ -177,6 +177,24 @@ docs_linux_35:
...
@@ -177,6 +177,24 @@ docs_linux_35:
-
conda-linux
-
conda-linux
# Linux + Python 3.6: Builds and tests
build_linux_36
:
<<
:
*build_job
variables
:
&linux_36_build_variables
PYTHON_VERSION
:
"
3.6"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-linux
test_linux_36
:
<<
:
*test_job
variables
:
*linux_36_build_variables
dependencies
:
-
build_linux_36
tags
:
-
conda-linux
# Mac OSX + Python 2.7: Builds and tests
# Mac OSX + Python 2.7: Builds and tests
build_macosx_27
:
build_macosx_27
:
<<
:
*build_job
<<
:
*build_job
...
@@ -211,3 +229,21 @@ test_macosx_35:
...
@@ -211,3 +229,21 @@ test_macosx_35:
-
build_macosx_35
-
build_macosx_35
tags
:
tags
:
-
conda-macosx
-
conda-macosx
# Mac OSX + Python 3.6: Builds and tests
build_macosx_36
:
<<
:
*build_job
variables
:
&macosx_36_build_variables
PYTHON_VERSION
:
"
3.6"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-macosx
test_macosx_36
:
<<
:
*test_job
variables
:
*macosx_36_build_variables
dependencies
:
-
build_macosx_36
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