File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ install:
67
67
- if [ ${TRAVIS_OS_NAME} == "linux" ]; then
68
68
g++ --version;
69
69
./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;
71
71
make config=release_x64;
72
72
ldd `pwd`/Bin/Release/x64/libRadeonRays64.so;
73
73
fi
74
74
- if [ ${TRAVIS_OS_NAME} == "osx" ]; then
75
75
./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;
77
77
make config=release_x64;
78
78
otool -L `pwd`/Bin/Release/x64/libRadeonRays64.dylib;
79
79
fi
You can’t perform that action at this time.
0 commit comments