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
ducc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simon Perkins
ducc
Commits
f3e01078
Commit
f3e01078
authored
Jun 08, 2020
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
e8c7b353
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
setup.py
setup.py
+1
-0
No files found.
.gitlab-ci.yml
View file @
f3e01078
...
...
@@ -19,13 +19,13 @@ build_docker:
test_gcc
:
stage
:
testing
script
:
-
p
ip3 install --user .
-
p
ython3 setup.py install --user -f
-
pytest-3 -q python/test
test_clang
:
stage
:
testing
script
:
-
CC="clang -fsized-deallocation" p
ip3 install --user .
-
CC="clang -fsized-deallocation" p
ython3 setup.py install --user -f
-
pytest-3 -q python/test
release
:
...
...
setup.py
View file @
f3e01078
...
...
@@ -77,6 +77,7 @@ setup(name=pkgname,
packages
=
[],
python_requires
=
">=3.6"
,
ext_modules
=
extensions
,
setup_requires
=
[
'numpy>=1.17.0'
,
'pybind11>=2.5.0'
],
install_requires
=
[
'numpy>=1.17.0'
],
license
=
"GPLv2"
,
)
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