Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kmap
xsocs
Commits
972d62ba
Commit
972d62ba
authored
Jul 04, 2019
by
Thomas Vincent
Browse files
Debug .gitlab-ci.yml
parent
a3718c48
Pipeline
#12284
passed with stages
in 7 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
972d62ba
...
...
@@ -18,7 +18,7 @@ source:
extends
:
.local_source_build
manylinux1_wheels
:
.X
manylinux1_wheels
:
extends
:
.manylinux1_wheels
...
...
@@ -26,11 +26,11 @@ manylinux2010_wheels:
extends
:
.manylinux2010_wheels
windows_wheel_python36
:
.X
windows_wheel_python36
:
extends
:
.windows_wheel_python36
windows_wheel_python37
:
.X
windows_wheel_python37
:
extends
:
.windows_wheel_python37
...
...
@@ -73,23 +73,23 @@ doc:
dependencies
:
-
manylinux1_wheels
manylinux1_test_cp27
:
.X
manylinux1_test_cp27
:
extends
:
.manylinux1_test
image
:
python:2.7
manylinux1_test_cp34
:
.X
manylinux1_test_cp34
:
extends
:
.manylinux1_test
image
:
python:3.4
manylinux1_test_cp35
:
.X
manylinux1_test_cp35
:
extends
:
.manylinux1_test
image
:
python:3.5
manylinux1_test_cp36
:
.X
manylinux1_test_cp36
:
extends
:
.manylinux1_test
image
:
python:3.6
manylinux1_test_cp37
:
.X
manylinux1_test_cp37
:
extends
:
.manylinux1_test
image
:
python:3.7
...
...
@@ -103,35 +103,36 @@ manylinux1_test_cp37:
dependencies
:
-
manylinux2010_wheels
manylinux2010_test_cp27
:
.X
manylinux2010_test_cp27
:
extends
:
.manylinux2010_test
image
:
python:2.7
manylinux2010_test_cp34
:
.X
manylinux2010_test_cp34
:
extends
:
.manylinux2010_test
image
:
python:3.4
manylinux2010_test_cp35
:
.X
manylinux2010_test_cp35
:
extends
:
.manylinux2010_test
image
:
python:3.5
manylinux2010_test_cp36
:
.X
manylinux2010_test_cp36
:
extends
:
.manylinux2010_test
image
:
python:3.6
manylinux2010_test_cp37
:
extends
:
.manylinux2010_test
image
:
python:3.7
allow_failure
:
true
windows_test_python36
:
.X
windows_test_python36
:
<<
:
*test_template_defintion
extends
:
.windows_base_python36
dependencies
:
-
windows_wheel_python36
windows_test_python37
:
.X
windows_test_python37
:
<<
:
*test_template_defintion
extends
:
.windows_base_python37
dependencies
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment