Skip to content

Commit

Permalink
Fix install_urho3d script
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 18, 2019
1 parent e97769b commit 8a3bc7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -15,8 +15,8 @@ install:
- sudo apt-get install -qq qt5-qmake qt5-default

script:
- ./install_urho3d.sh
- ln -s ./Urho3D/bin/Data
- ln -s ./Urho3D/bin/CoreData
- ./install_urho3d
- ln -s ../Urho3D/bin/Data
- ln -s ../Urho3D/bin/CoreData
- qmake -qt=qt5 travis_qmake_gcc_cpp11_urho3d.pro
- make --silent
3 changes: 2 additions & 1 deletion install_urho3d.sh → install_urho3d
Expand Up @@ -42,4 +42,5 @@ cd ..
# Go to ..
cd ..

cd travis_qmake_gcc_cpp14_urho3d
ls
# cd travis_qmake_gcc_cpp14_urho3d

0 comments on commit 8a3bc7d

Please sign in to comment.