Skip to content
GitLab
Menu
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
3f851be3
Commit
3f851be3
authored
May 06, 2019
by
Thomas Vincent
Browse files
Add .gitlab-ci.yml
parent
4bcb79f2
Pipeline
#10687
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
3f851be3
include
:
-
project
:
'
silx/bob/main'
-
ref
:
master
-
file
:
'
/job-templates.yml'
silx_source
:
<<
:
*source_build_definition
variables
:
PROJECT
:
silx
REPOSITORY
:
https://github.com/silx-kit/silx
.silx_template
:
&silx_definition
dependencies
:
-
silx_source
variables
:
PROJECT
:
silx
SILX_OPENCL
:
"
False"
allow_failure
:
true
silx_manylinux_wheels
:
<<
:
*manylinux_wheels_definition
<<
:
*silx_definition
silx_windows_wheel_python27
:
<<
:
*windows_wheel_definition
<<
:
*silx_definition
variables
:
PYTHON_DIR
:
C:\\python\\2.7
PROJECT
:
silx
silx_windows_wheel_python35
:
<<
:
*windows_wheel_definition
<<
:
*silx_definition
variables
:
PYTHON_DIR
:
C:\\python\\3.5
PROJECT
:
silx
silx_windows_wheel_python36
:
<<
:
*windows_wheel_definition
<<
:
*silx_definition
variables
:
PYTHON_DIR
:
C:\\python\\3.6
PROJECT
:
silx
silx_windows_wheel_python37
:
<<
:
*windows_wheel_definition
<<
:
*silx_definition
variables
:
PYTHON_DIR
:
C:\\python\\3.7
PROJECT
:
silx
silx_debian8
:
image
:
debian:jessie
<<
:
*debian_build_definition
<<
:
*silx_definition
silx_debian9
:
image
:
debian:stretch-backports
<<
:
*debian_build_definition
<<
:
*silx_definition
Write
Preview
Supports
Markdown
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