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

Update .gitlab-ci

Workflow needed to build the parameterized nodes
parent f01e8e54
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ build-gnu:
- export PYTHONPATH=/opt/anaconda/3/2020.11/lib/python3.8/site-packages/:sissopp_env/lib/python3.8/site-packages/
- mkdir build_gcc/
- cd build_gcc/
- cmake -C ../cmake/toolchains/gnu_py.cmake -DBUILD_TESTS=ON ../
- cmake -C ../cmake/toolchains/gnu_param_py.cmake -DBUILD_TESTS=ON ../
- make
- make install
- cd ../
......
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