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 1f6c434 commit 3e0e3eeCopy full SHA for 3e0e3ee
.travis.yml
@@ -3,6 +3,6 @@ before_install:
3
- sudo add-apt-repository ppa:antumdeluge/sdl2 -y
4
- sudo apt-get update -y
5
- sudo apt-get install libgtest-dev
6
- - cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ && cd
+ - cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ && cd $TRAVIS_BUILD_DIR
7
- sudo apt-get install libsdl2 libsdl2-dev libsdl2-ttf libsdl2-ttf-dev -y
8
script: make tests
0 commit comments