Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silx
bob
silx
Commits
4986b9ad
Commit
4986b9ad
authored
Jun 03, 2019
by
Thomas Vincent
Browse files
Allow test failure on Windows for now
parent
e3fb3a6b
Pipeline
#12185
passed with stages
in 140 minutes and 1 second
Changes
1
Pipelines
25
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4986b9ad
...
...
@@ -42,8 +42,9 @@ windows_wheel_python37:
debian9
:
extends
:
.debian9
debian10
:
extends
:
.debian10
# Broken for now
#debian10:
# extends: .debian10
# Test
...
...
@@ -64,18 +65,21 @@ windows_test_python35:
extends
:
.windows_base_python35
dependencies
:
-
windows_wheel_python35
allow_failure
:
true
windows_test_python36
:
<<
:
*test_template_defintion
extends
:
.windows_base_python36
dependencies
:
-
windows_wheel_python36
allow_failure
:
true
windows_test_python37
:
<<
:
*test_template_defintion
extends
:
.windows_base_python37
dependencies
:
-
windows_wheel_python37
allow_failure
:
true
manylinux1_test_cp35
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment