Skip to content
Snippets Groups Projects
Commit c0dca97c authored by Mathias Paulin's avatar Mathias Paulin :speech_balloon:
Browse files

fix CI configuration

parent 5297336d
No related branches found
No related tags found
No related merge requests found
......@@ -24,11 +24,10 @@ prepare:
script:
- export ROOT_DIR=`pwd`
- export RADIUM_INSTAL="$ROOT_DIR/Radium-Engine/Bundle_CI"
- "[[ -d Radium-Engine ]] || git clone --recurse-submodules https://github.com/MathiasPaulin/Radium-Engine.git"
- "[[ -d Radium-Engine ]] || git clone https://github.com/MathiasPaulin/Radium-Engine.git"
- cd Radium-Engine
- git config user.email "anonymous@gitlab.com"
- git config user.name "anonymous Ci-gitlab"
# - git checkout materialInterfaceImprovements
# allow to automatically update the cache with the las version of the Radium libs for this branch
- git pull
- "[[ -d build-radium ]] || mkdir build-radium"
......@@ -50,7 +49,6 @@ build:
- "[[ -d build ]] || mkdir build"
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DRadium_DIR="$RADIUM_INSTAL/lib/cmake/Radium" ..
# - -DCMAKE_PREFIX_PATH="$ROOT_DIR"
- make -j 2
# - make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment