Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
ift
NIFTy
Commits
69548c87
There was a problem fetching the pipeline summary.
Commit
69548c87
authored
7 years ago
by
Martin Reinecke
Browse files
Options
Downloads
Patches
Plain Diff
adjustments
parent
57f52667
No related branches found
No related tags found
1 merge request
!223
Merge Mihai's documentation enhancements
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-15
15 additions, 15 deletions
.gitlab-ci.yml
with
15 additions
and
15 deletions
.gitlab-ci.yml
+
15
−
15
View file @
69548c87
#image: ubuntu:artful
#image: ubuntu:artful
image
:
debian:testing-slim
image
:
debian:testing-slim
#
stages:
stages
:
#
- test
-
test
variables
:
variables
:
DOCKER_DRIVER
:
overlay
DOCKER_DRIVER
:
overlay
...
@@ -14,18 +14,18 @@ before_script:
...
@@ -14,18 +14,18 @@ before_script:
-
pip3 install --process-dependency-links -r ci/requirements.txt
-
pip3 install --process-dependency-links -r ci/requirements.txt
-
python setup.py install
-
python setup.py install
#
test_min:
test_min
:
#
stage: test
stage
:
test
#
script:
script
:
#
- pip install --user .
-
pip install --user .
#
- pip3 install --user .
-
pip3 install --user .
#
- nosetests -q
-
nosetests -q
#
- nosetests3 -q
-
nosetests3 -q
#
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -q 2>/dev/null
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -q 2>/dev/null
#
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q 2>/dev/null
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q 2>/dev/null
#
- nosetests -q --with-coverage --cover-package=nifty4 --cover-branches --cover-erase
-
nosetests -q --with-coverage --cover-package=nifty4 --cover-branches --cover-erase
#
- >
-
>
#
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
pages
:
pages
:
script
:
script
:
...
@@ -35,4 +35,4 @@ pages:
...
@@ -35,4 +35,4 @@ pages:
paths
:
paths
:
-
public
-
public
only
:
only
:
-
nifty_documentation
-
nifty_doc_mr
\ No newline at end of file
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