Skip to content
Snippets Groups Projects
Commit 74fc3c8b authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Remove debug lines in .gitlab-ci.yml

don't need to have readelf and ls lines
parent a4501ac8
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,6 @@ build-intel:
- cmake -C ../cmake/toolchains/intel_py.cmake ../
- make
- make install
- ls sisso/lib/
- readelf -d sisso/lib/python*/site-packages/sisso/_sisso.so
- cd ../
- pytest tests
tags:
......@@ -35,8 +33,6 @@ build-gnu:
- cmake -C ../cmake/toolchains/gnu_py.cmake ../
- make
- make install
- ls sisso/lib/
- readelf -d sisso/lib/python*/site-packages/sisso/_sisso.so
- cd ../
- pytest tests
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment