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

Change Radium option in CI

parent 9cca5da3
No related branches found
No related tags found
No related merge requests found
Pipeline #276 passed
......@@ -32,12 +32,12 @@ prepare:
- cd Radium-Engine
- git config user.email "anonymous@gitlab.com"
- git config user.name "anonymous Ci-gitlab"
# allow to automatically update the cache with the las version of the Radium libs for this branch
# allow to automatically update the cache with the last version of the Radium libs for this branch
- git pull
- "[[ -d build-radium ]] || mkdir build-radium"
- cd build-radium
# until new build chain is available, must compile everything.
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$RADIUM_INSTAL -DCMAKE_INSTALL_MESSAGE=LAZY -DRADIUM_INSTALL_DOC=OFF -DRADIUM_ENABLE_TESTING=OFF -DRADIUM_ASSIMP_SUPPORT=OFF ..
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$RADIUM_INSTAL -DCMAKE_INSTALL_MESSAGE=LAZY -DRADIUM_INSTALL_DOC=OFF -DRADIUM_ENABLE_TESTING=OFF -DRADIUM_UPDATE_VERSION=OFF ..
- make -j 2 RadiumLibs
- make install
- cd $ROOT_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment