Skip to content

Commit

Permalink
add info about xrCore.so after build
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Jun 1, 2018
1 parent 04ed52f commit 17a8575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_script:
- cd bin
- cmake ..
script:
- if [ $TRAVIS_OS_NAME == linux ]; then make; fi
- if [ $TRAVIS_OS_NAME == linux ]; then make && file src/xrCore/xrCore.so; fi
addons:
apt:
sources:
Expand Down

0 comments on commit 17a8575

Please sign in to comment.