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

fix ci

parent 5443c5bd
No related branches found
No related tags found
No related merge requests found
Pipeline #19943 failed
......@@ -19,17 +19,24 @@ build:
stage: build
script:
# Instal pip
- wget https://bootstrap.pypa.io/get-pip.py
- wget -q https://bootstrap.pypa.io/get-pip.py
- python3 get-pip.py
# Install SDPM
- git clone https://gitlab.uliege.be/am-dept/sdpm && cd sdpm
- git checkout adri # TODO remove
- 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 ..
- make install -j8
- cd ../..
# Install PyPK
- git clone https://gitlab.uliege.be/am-dept/pypk && cd pypk
- wget -q https://gitlab.uliege.be/am-dept/pypk/-/archive/master/pypk-master.tar.bz2
- tar xf pypk-master.tar.bz2
- rm pypk-master.tar.bz2
- mv pypk-master pypk
- cd pypk
- python3 -m pip install .
- cd ..
# Install OMFlut
......
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