Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
A
anamnesis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
naf
anamnesis
Commits
c3674a23
Commit
c3674a23
authored
Feb 01, 2019
by
Mark Hymers
Committed by
Mark Hymers
Feb 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Makefile
Signed-off-by:
Mark Hymers
<
mark.hymers@ynic.york.ac.uk
>
parent
c738536f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
Makefile
Makefile
+3
-3
No files found.
.gitlab-ci.yml
View file @
c3674a23
...
...
@@ -6,12 +6,12 @@ build_test:
script
:
-
apt update
-
apt upgrade -y
-
apt install -y python-numpy python3-numpy python-h5py python3-h5py python-sphinx python3-sphinx python-sphinx-rtd-theme python3-sphinx-rtd-theme ipython ipython3 flake8 python-setuptools python3-setuptools python-nose python3-nose
-
apt install -y python-numpy python3-numpy python-h5py python3-h5py python-sphinx python3-sphinx python-sphinx-rtd-theme python3-sphinx-rtd-theme ipython ipython3 flake8 python-setuptools python3-setuptools python-nose python3-nose
python-wheel python3-wheel
-
flake8
-
python setup.py build
-
make testv2
-
python3 setup.py build
-
make testv
-
make testv
3
-
make doc-html
-
python3 setup.py sdist bdist_wheel
-
python setup.py bdist_wheel
...
...
Makefile
View file @
c3674a23
...
...
@@ -27,10 +27,10 @@ clean:
rm
-fr
build
rm
-fr
doc/build
test
:
all
test
3
:
all
cd
build
&&
PYTHONPATH
=
lib
$(PYTHONARCH3)
/:
$
${PYTHONPATH}
nosetests3
-c
../nose.cfg lib
$(PYTHONARCH3)
/anamnesis
testv
:
all
testv
3
:
all
cd
build
&&
PYTHONPATH
=
lib
$(PYTHONARCH3)
/:
$
${PYTHONPATH}
nosetests3
--with-coverage
--cover-package
=
anamnesis
-c
../nose.cfg
-s
-v
lib
$(PYTHONARCH3)
/anamnesis
test2
:
all2
...
...
@@ -44,4 +44,4 @@ install:
mkdir
-p
$(DESTDIR)
/usr/share/doc/anam
cp
-a
doc/build/html
$(DESTDIR)
/usr/share/doc/anam
.PHONY
:
clean doc doc-html all all2 test
testv test2 testv4
pythonarch
.PHONY
:
clean doc doc-html all all2 test
3 testv3 test2 testv2
pythonarch
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