Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.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.bio.face
Commits
ca76f011
Commit
ca76f011
authored
7 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
[ci] add py3.6, remove py3.4
parent
7a7a007d
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!33
[replay] improve the score files by adding attack type information
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+32
-32
32 additions, 32 deletions
.gitlab-ci.yml
with
32 additions
and
32 deletions
.gitlab-ci.yml
+
32
−
32
View file @
ca76f011
...
@@ -143,24 +143,6 @@ deploy_linux_27:
...
@@ -143,24 +143,6 @@ deploy_linux_27:
-
conda-linux
-
conda-linux
# Linux + Python 3.4: Builds and tests
build_linux_34
:
<<
:
*build_job
variables
:
&linux_34_build_variables
PYTHON_VERSION
:
"
3.4"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-linux
test_linux_34
:
<<
:
*test_job
variables
:
*linux_34_build_variables
dependencies
:
-
build_linux_34
tags
:
-
conda-linux
# Linux + Python 3.5: Builds, tests and uploads wheel
# Linux + Python 3.5: Builds, tests and uploads wheel
build_linux_35
:
build_linux_35
:
<<
:
*build_job
<<
:
*build_job
...
@@ -195,6 +177,24 @@ docs_linux_35:
...
@@ -195,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
...
@@ -213,37 +213,37 @@ test_macosx_27:
...
@@ -213,37 +213,37 @@ test_macosx_27:
-
conda-macosx
-
conda-macosx
# Mac OSX + Python 3.
4
: Builds and tests
# Mac OSX + Python 3.
5
: Builds and tests
build_macosx_3
4
:
build_macosx_3
5
:
<<
:
*build_job
<<
:
*build_job
variables
:
&macosx_3
4
_build_variables
variables
:
&macosx_3
5
_build_variables
PYTHON_VERSION
:
"
3.
4
"
PYTHON_VERSION
:
"
3.
5
"
WHEEL_TAG
:
"
py3"
WHEEL_TAG
:
"
py3"
tags
:
tags
:
-
conda-macosx
-
conda-macosx
test_macosx_3
4
:
test_macosx_3
5
:
<<
:
*test_job
<<
:
*test_job
variables
:
*macosx_3
4
_build_variables
variables
:
*macosx_3
5
_build_variables
dependencies
:
dependencies
:
-
build_macosx_3
4
-
build_macosx_3
5
tags
:
tags
:
-
conda-macosx
-
conda-macosx
# Mac OSX + Python 3.
5
: Builds and tests
# Mac OSX + Python 3.
6
: Builds and tests
build_macosx_3
5
:
build_macosx_3
6
:
<<
:
*build_job
<<
:
*build_job
variables
:
&macosx_3
5
_build_variables
variables
:
&macosx_3
6
_build_variables
PYTHON_VERSION
:
"
3.
5
"
PYTHON_VERSION
:
"
3.
6
"
WHEEL_TAG
:
"
py3"
WHEEL_TAG
:
"
py3"
tags
:
tags
:
-
conda-macosx
-
conda-macosx
test_macosx_3
5
:
test_macosx_3
6
:
<<
:
*test_job
<<
:
*test_job
variables
:
*macosx_3
5
_build_variables
variables
:
*macosx_3
6
_build_variables
dependencies
:
dependencies
:
-
build_macosx_3
5
-
build_macosx_3
6
tags
:
tags
:
-
conda-macosx
-
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