Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
lalsuite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
106
Issues
106
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
27
Merge Requests
27
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
lalsuite
Commits
ef44f3d0
Verified
Commit
ef44f3d0
authored
Feb 11, 2019
by
Adam Mercer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable jobs running on el capitan runners
[ci skip]
parent
c2f1930c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
27 deletions
+27
-27
.gitlab-ci.yml
.gitlab-ci.yml
+27
-27
No files found.
.gitlab-ci.yml
View file @
ef44f3d0
...
@@ -514,21 +514,21 @@ nightly:macos:highsierra:
...
@@ -514,21 +514,21 @@ nightly:macos:highsierra:
-
schedules
-
schedules
-
web
-
web
nightly:macos:elcapitan:
#
nightly:macos:elcapitan:
tags
:
#
tags:
-
macos_elcapitan
#
- macos_elcapitan
stage
:
nightly
#
stage: nightly
script
:
#
script:
-
./00boot
#
- ./00boot
# FIXME: disable building of Octave SWIG bindings until SWIG-4.0.0
#
# FIXME: disable building of Octave SWIG bindings until SWIG-4.0.0
# is available
#
# is available
-
PYTHON=/opt/local/bin/python2.7 ./configure --enable-doxygen
#
- PYTHON=/opt/local/bin/python2.7 ./configure --enable-doxygen
-
make -j4
#
- make -j4
-
make -j4 check
#
- make -j4 check
dependencies
:
[]
#
dependencies: []
only
:
#
only:
-
schedules
#
- schedules
-
web
#
- web
# ubuntu
# ubuntu
...
@@ -663,14 +663,14 @@ nightly:wheel:cp36-cp36m-manylinux1:
...
@@ -663,14 +663,14 @@ nightly:wheel:cp36-cp36m-manylinux1:
<<
:
*nightly-wheel-manylinux1
<<
:
*nightly-wheel-manylinux1
nightly:wheel:cp37-cp37m-manylinux1:
nightly:wheel:cp37-cp37m-manylinux1:
<<
:
*nightly-wheel-manylinux1
<<
:
*nightly-wheel-manylinux1
nightly:wheel:cp27-cp27m-macosx:
#
nightly:wheel:cp27-cp27m-macosx:
<<
:
*nightly-wheel-macos
#
<<: *nightly-wheel-macos
nightly:wheel:cp35-cp35m-macosx:
#
nightly:wheel:cp35-cp35m-macosx:
<<
:
*nightly-wheel-macos
#
<<: *nightly-wheel-macos
nightly:wheel:cp36-cp36m-macosx:
#
nightly:wheel:cp36-cp36m-macosx:
<<
:
*nightly-wheel-macos
#
<<: *nightly-wheel-macos
nightly:wheel:cp37-cp37m-macosx:
#
nightly:wheel:cp37-cp37m-macosx:
<<
:
*nightly-wheel-macos
#
<<: *nightly-wheel-macos
deploy:wheel:
deploy:wheel:
stage
:
deploy
stage
:
deploy
...
@@ -690,10 +690,10 @@ deploy:wheel:
...
@@ -690,10 +690,10 @@ deploy:wheel:
-
nightly:wheel:cp35-cp35m-manylinux1
-
nightly:wheel:cp35-cp35m-manylinux1
-
nightly:wheel:cp36-cp36m-manylinux1
-
nightly:wheel:cp36-cp36m-manylinux1
-
nightly:wheel:cp37-cp37m-manylinux1
-
nightly:wheel:cp37-cp37m-manylinux1
-
nightly:wheel:cp27-cp27m-macosx
#
- nightly:wheel:cp27-cp27m-macosx
-
nightly:wheel:cp35-cp35m-macosx
#
- nightly:wheel:cp35-cp35m-macosx
-
nightly:wheel:cp36-cp36m-macosx
#
- nightly:wheel:cp36-cp36m-macosx
-
nightly:wheel:cp37-cp37m-macosx
#
- nightly:wheel:cp37-cp37m-macosx
only
:
only
:
-
/^lalsuite-v.*$/
-
/^lalsuite-v.*$/
-
schedules
-
schedules
...
...
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