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

fix ci

parent b3e5c21f
No related branches found
No related tags found
No related merge requests found
Pipeline #19946 failed
...@@ -4,6 +4,12 @@ default: ...@@ -4,6 +4,12 @@ default:
# Instal pip # Instal pip
- wget -q https://bootstrap.pypa.io/get-pip.py - wget -q https://bootstrap.pypa.io/get-pip.py
- python3 get-pip.py - python3 get-pip.py
# Install CoDiPack
- git clone https://github.com/SciCompKL/CoDiPack
- cd CoDiPack
- git checkout tags/v2.1.0
- INCLUDE=${INCLUDE}:${PWD}/include
- cd ..
# Install SDPM # Install SDPM
- 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
- tar xf sdpm-adri.tar.bz2 - tar xf sdpm-adri.tar.bz2
......
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