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

Update ci

parent 614b1b46
No related branches found
No related tags found
1 merge request!1Version 0.1.0 (setup)
Pipeline #2031 failed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -10,6 +10,9 @@ default: ...@@ -10,6 +10,9 @@ default:
tags: tags:
- mn2l - mn2l
variables:
GIT_CLONE_PATH: /builds/$CI_PROJECT_PATH/PF/fpm
stages: stages:
- .pre - .pre
- build - build
...@@ -27,6 +30,9 @@ waves: ...@@ -27,6 +30,9 @@ waves:
- rm waves-master.tar.bz2 - rm waves-master.tar.bz2
- mv waves-master waves - mv waves-master waves
- cd waves - cd waves
- echo ${GIT_CLONE_PATH}
- echo ${CI_PROJECT_DIR}/../waves
- pwd
- mkdir build - mkdir build
- cd build - cd build
- cmake -Wno-dev -C ../CMake/disable-trilinos.cmake .. - cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
......
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