Skip to content

Commit

Permalink
[travis] Activated tutorials in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjacquenot committed Jan 27, 2018
1 parent a0968ce commit b310423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -67,13 +67,13 @@ install:
- if [ ${TRAVIS_OS_NAME} == "linux" ]; then
g++ --version;
./Tools/premake/linux64/premake5 --help || true;
./Tools/premake/linux64/premake5 --allow_cpu_devices --safe_math --os=linux --verbose gmake;
./Tools/premake/linux64/premake5 --allow_cpu_devices --safe_math --os=linux --verbose --tutorials gmake;
make config=release_x64;
ldd `pwd`/Bin/Release/x64/libRadeonRays64.so;
fi
- if [ ${TRAVIS_OS_NAME} == "osx" ]; then
./Tools/premake/osx/premake5 --help || true;
./Tools/premake/osx/premake5 --allow_cpu_devices --safe_math --os=macosx --verbose gmake;
./Tools/premake/osx/premake5 --allow_cpu_devices --safe_math --os=macosx --verbose --tutorials gmake;
make config=release_x64;
otool -L `pwd`/Bin/Release/x64/libRadeonRays64.dylib;
fi
Expand Down

0 comments on commit b310423

Please sign in to comment.