We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ed52f commit 17a8575Copy full SHA for 17a8575
1 file changed
.travis.yml
@@ -14,7 +14,7 @@ before_script:
14
- cd bin
15
- cmake ..
16
script:
17
-- if [ $TRAVIS_OS_NAME == linux ]; then make; fi
+- if [ $TRAVIS_OS_NAME == linux ]; then make && file src/xrCore/xrCore.so; fi
18
addons:
19
apt:
20
sources:
0 commit comments