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

Updated CI

parent 1cacac35
No related branches found
No related tags found
No related merge requests found
# Simple image with CMake, make, git and g++ # using Radium development dedicated image
# TODO : find how to create my own image for gitlabci image: stormirit/radium_dev:latest
image: stormirit/radium_dev:v0.x
stages: stages:
- prepare - prepare
...@@ -37,7 +36,7 @@ prepare: ...@@ -37,7 +36,7 @@ prepare:
# add -DRADIUM_ASSIMP_SUPPORT=ON to compile assimp support (long) # add -DRADIUM_ASSIMP_SUPPORT=ON to compile assimp support (long)
- make -j 2 RadiumLibs - make -j 2 RadiumLibs
- make install - make install
- cd ../.. - cd $ROOT_DIR
- git reset --hard HEAD - git reset --hard HEAD
- git clean -d -f -x - git clean -d -f -x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment