Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sylvia Biscoveanu
bilby
Commits
52d56233
Commit
52d56233
authored
6 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Plain Diff
Merge branch 'duncanmmacleod/bilby-ci-basic-setup'
parents
190a4087
5d3084cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+25
-0
25 additions, 0 deletions
.gitlab-ci.yml
with
25 additions
and
0 deletions
.gitlab-ci.yml
+
25
−
0
View file @
52d56233
...
...
@@ -13,6 +13,31 @@ stages:
-
test
-
deploy
.test-python
:
&test-python
stage
:
test
image
:
python
before_script
:
# this is required because pytables doesn't use a wheel on py37
-
apt-get -yqq update
-
apt-get -yqq install libhdf5-dev
script
:
-
python -m pip install .
-
python -c "import bilby"
-
python -c "import bilby.core"
-
python -c "import bilby.gw"
-
python -c "import bilby.hyper"
-
python -c "import cli_bilby"
# test basic setup on python2
basic-2.7
:
<<
:
*test-python
image
:
python:2.7
# test basic setup on python3
basic-3.7
:
<<
:
*test-python
image
:
python:3.7
# test example on python 2
python-2.7
:
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment