Skip to content

Commit 17a8575

Browse files
committed
add info about xrCore.so after build
1 parent 04ed52f commit 17a8575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_script:
1414
- cd bin
1515
- cmake ..
1616
script:
17-
- if [ $TRAVIS_OS_NAME == linux ]; then make; fi
17+
- if [ $TRAVIS_OS_NAME == linux ]; then make && file src/xrCore/xrCore.so; fi
1818
addons:
1919
apt:
2020
sources:

0 commit comments

Comments
 (0)