Skip to content
Snippets Groups Projects
Commit 1a2ec54b authored by Adrien Crovato's avatar Adrien Crovato
Browse files

Partly fix ci

parent 262cd5dc
No related branches found
No related tags found
1 merge request!1Version 1.1
Pipeline #23411 failed
...@@ -10,6 +10,8 @@ default: ...@@ -10,6 +10,8 @@ default:
- git checkout tags/v2.1.0 - git checkout tags/v2.1.0
- INCLUDE=${INCLUDE}:${PWD}/include - INCLUDE=${INCLUDE}:${PWD}/include
- cd .. - cd ..
# Install TACS
# ...
# Install SDPM # Install SDPM
# TODO change branch, enable CoDiPack # TODO change branch, enable CoDiPack
- wget -q https://gitlab.uliege.be/am-dept/sdpm/-/archive/adri/sdpm-adri.tar.bz2 - wget -q https://gitlab.uliege.be/am-dept/sdpm/-/archive/adri/sdpm-adri.tar.bz2
...@@ -22,7 +24,8 @@ default: ...@@ -22,7 +24,8 @@ default:
- make install -j8 - make install -j8
- cd ../.. - cd ../..
# Install PyPK # Install PyPK
- wget -q https://gitlab.uliege.be/am-dept/pypk/-/archive/master/pypk-master.tar.bz2 # TODO change branch
- wget -q https://gitlab.uliege.be/am-dept/pypk/-/archive/master/pypk-adri.tar.bz2
- tar xf pypk-master.tar.bz2 - tar xf pypk-master.tar.bz2
- rm pypk-master.tar.bz2 - rm pypk-master.tar.bz2
- mv pypk-master pypk - mv pypk-master pypk
......
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