Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
13
Merge Requests
13
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
885ab905
Commit
885ab905
authored
Sep 01, 2017
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
experiment
parent
d89c7e50
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
.gitlab-ci.yml
.gitlab-ci.yml
+2
-4
ci/install_basics.sh
ci/install_basics.sh
+3
-1
ci/requirements.txt
ci/requirements.txt
+0
-2
No files found.
.gitlab-ci.yml
View file @
885ab905
...
...
@@ -12,14 +12,12 @@ before_script:
-
ci/install_basics.sh
-
pip install --upgrade -r ci/requirements.txt
-
pip3 install --upgrade -r ci/requirements.txt
-
ci/install_pyHealpix.sh
test_min
:
stage
:
test
script
:
-
ci/install_pyHealpix.sh
-
nosetests
-
nosetests3
-
nosetests -x --with-coverage --cover-package=nifty --cover-branches
-
nosetests3 -x --with-coverage --cover-package=nifty --cover-branches
-
>
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
ci/install_basics.sh
View file @
885ab905
#!/bin/bash
apt-get
install
-y
build-essential python python-pip python-dev git autoconf libtool python3 python3-pip python3-dev python3-nose libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 libfftw3-single3 python-numpy python3-numpy
apt-get
install
-y
build-essential git autoconf libtool
\
python python-pip python-dev python-nose python-numpy python-pyfftw
\
python3 python3-pip python3-dev python3-nose python3-numpy python3-pyfftw
ci/requirements.txt
View file @
885ab905
matplotlib
plotly
nose
parameterized
coverage
pyfftw
future
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