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
3b04e1f2
Commit
3b04e1f2
authored
Jul 12, 2021
by
Thomas Vincent
Browse files
Replace dependencies: with needs:
parent
838ea324
Pipeline
#50496
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3b04e1f2
...
...
@@ -88,26 +88,22 @@ macos_wheel_python39:
windows_test_python36
:
<<
:
*test_noqt_template_defintion
extends
:
.windows_base_python36
dependencies
:
-
windows_wheel_python36
needs
:
[
"
windows_wheel_python36"
]
windows_test_python37
:
<<
:
*test_noqt_template_defintion
extends
:
.windows_base_python37
dependencies
:
-
windows_wheel_python37
needs
:
[
"
windows_wheel_python37"
]
windows_test_python38
:
<<
:
*test_noqt_template_defintion
extends
:
.windows_base_python38
dependencies
:
-
windows_wheel_python38
needs
:
[
"
windows_wheel_python38"
]
windows_test_python39
:
<<
:
*test_noqt_template_defintion
extends
:
.windows_base_python39
dependencies
:
-
windows_wheel_python39
needs
:
[
"
windows_wheel_python39"
]
.test_macos_noqt_template
:
&test_macos_noqt_template_defintion
...
...
@@ -129,26 +125,22 @@ windows_test_python39:
macos_test_python36
:
<<
:
*test_macos_noqt_template_defintion
extends
:
.macos_base_python36
dependencies
:
-
macos_wheel_python36
needs
:
[
"
macos_wheel_python36"
]
macos_test_python37
:
<<
:
*test_macos_noqt_template_defintion
extends
:
.macos_base_python37
dependencies
:
-
macos_wheel_python37
needs
:
[
"
macos_wheel_python37"
]
macos_test_python38
:
<<
:
*test_macos_noqt_template_defintion
extends
:
.macos_base_python38
dependencies
:
-
macos_wheel_python38
needs
:
[
"
macos_wheel_python38"
]
macos_test_python39
:
<<
:
*test_macos_noqt_template_defintion
extends
:
.macos_base_python39
dependencies
:
-
macos_wheel_python39
needs
:
[
"
macos_wheel_python39"
]
.test_template
:
&test_template_defintion
...
...
@@ -170,51 +162,43 @@ macos_test_python39:
manylinux1_test_cp36
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp36_base
dependencies
:
-
manylinux1_wheels
needs
:
[
"
manylinux1_wheels"
]
manylinux1_test_cp37
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp37_base
dependencies
:
-
manylinux1_wheels
needs
:
[
"
manylinux1_wheels"
]
manylinux1_test_cp38
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp38_base
dependencies
:
-
manylinux1_wheels
needs
:
[
"
manylinux1_wheels"
]
manylinux1_test_cp39
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp39_base
dependencies
:
-
manylinux1_wheels
needs
:
[
"
manylinux1_wheels"
]
manylinux2014_test_cp36
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp36_base
dependencies
:
-
manylinux2014_wheels
needs
:
[
"
manylinux2014_wheels"
]
manylinux2014_test_cp37
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp37_base
dependencies
:
-
manylinux2014_wheels
needs
:
[
"
manylinux2014_wheels"
]
manylinux2014_test_cp38
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp38_base
dependencies
:
-
manylinux2014_wheels
needs
:
[
"
manylinux2014_wheels"
]
manylinux2014_test_cp39
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp39_base
dependencies
:
-
manylinux2014_wheels
needs
:
[
"
manylinux2014_wheels"
]
.test_ppc64le_template
:
&test_ppc64le_template_defintion
...
...
@@ -228,20 +212,17 @@ manylinux2014_test_cp39:
manylinux2014_ppc64le_test_cp37
:
<<
:
*test_ppc64le_template_defintion
extends
:
.manylinux2014_ppc64le_cp37_base
dependencies
:
-
manylinux2014_ppc64le_wheels
needs
:
[
"
manylinux2014_ppc64le_wheels"
]
manylinux2014_ppc64le_test_cp38
:
<<
:
*test_ppc64le_template_defintion
extends
:
.manylinux2014_ppc64le_cp38_base
dependencies
:
-
manylinux2014_ppc64le_wheels
needs
:
[
"
manylinux2014_ppc64le_wheels"
]
manylinux2014_ppc64le_test_cp39
:
<<
:
*test_ppc64le_template_defintion
extends
:
.manylinux2014_ppc64le_cp39_base
dependencies
:
-
manylinux2014_ppc64le_wheels
needs
:
[
"
manylinux2014_ppc64le_wheels"
]
# Windows fat binary
...
...
@@ -300,8 +281,7 @@ windows_test_exe:
-
silx.exe test --no-gui --no-opencl
-
cd ..
-
rmdir silx /s /q
dependencies
:
-
windows_exe
needs
:
[
"
windows_exe"
]
allow_failure
:
true
...
...
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