Skip to content

Commit

Permalink
Travis: Added a bunch of Linux dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 18, 2016
1 parent 37659de commit cf63310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,9 +4,10 @@ os: linux
sudo: required
dist: trusty
before_install:
- sudo add-apt-repository ppa:zoogie/sdl2-snapshots -y
# - sudo add-apt-repository ppa:george-edison55/precise-backports -y
- sudo apt-get -qq update
- sudo apt-get install cmake
- sudo apt-get install cmake libsdl2-dev libsdl2-mixer-dev libxrandr-dev libxxf86vm-dev libfluidsynth-dev ncurses-dev qt5-default libqt5x11extras5-dev
before_script:
- mkdir build-travis
script:
Expand Down

0 comments on commit cf63310

Please sign in to comment.