Skip to content

Commit b310423

Browse files
committed
[travis] Activated tutorials in ci
1 parent a0968ce commit b310423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ install:
6767
- if [ ${TRAVIS_OS_NAME} == "linux" ]; then
6868
g++ --version;
6969
./Tools/premake/linux64/premake5 --help || true;
70-
./Tools/premake/linux64/premake5 --allow_cpu_devices --safe_math --os=linux --verbose gmake;
70+
./Tools/premake/linux64/premake5 --allow_cpu_devices --safe_math --os=linux --verbose --tutorials gmake;
7171
make config=release_x64;
7272
ldd `pwd`/Bin/Release/x64/libRadeonRays64.so;
7373
fi
7474
- if [ ${TRAVIS_OS_NAME} == "osx" ]; then
7575
./Tools/premake/osx/premake5 --help || true;
76-
./Tools/premake/osx/premake5 --allow_cpu_devices --safe_math --os=macosx --verbose gmake;
76+
./Tools/premake/osx/premake5 --allow_cpu_devices --safe_math --os=macosx --verbose --tutorials gmake;
7777
make config=release_x64;
7878
otool -L `pwd`/Bin/Release/x64/libRadeonRays64.dylib;
7979
fi

0 commit comments

Comments
 (0)