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

fix ci

parent 1e7bf802
No related branches found
No related tags found
No related merge requests found
Pipeline #19950 passed
......@@ -11,13 +11,14 @@ default:
- INCLUDE=${INCLUDE}:${PWD}/include
- cd ..
# Install SDPM
# TODO change branch, enable CoDiPack
- wget -q https://gitlab.uliege.be/am-dept/sdpm/-/archive/adri/sdpm-adri.tar.bz2
- tar xf sdpm-adri.tar.bz2
- rm sdpm-adri.tar.bz2
- mv sdpm-adri sdpm
- cd sdpm
- mkdir build && cd build
- cmake ..
- cmake -DUSE_CODI=OFF ..
- make install -j8
- cd ../..
# Install 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