Skip to content

Commit

Permalink
update .travis.yml part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 16, 2018
1 parent e72c59a commit 1d46ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ compiler:
os:
- linux
before_script:
- sudo apt-get install lua5.1-dev libssl-dev libtheora-dev libogg-dev libsdl2-dev liblzo2-dev libjpeg-dev libncurses5-dev
- sudo apt-get install libegl1-mesa-dev libgles2-mesa-dev
- sudo apt-get install cmake lua5.1-dev libssl-dev libtheora-dev libogg-dev libsdl2-dev liblzo2-dev libjpeg-dev libncurses5-dev
- mkdir bin
- cd bin
- cmake ..
Expand All @@ -18,7 +19,6 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-7
- cmake
branches:
only:
- xd_dev
Expand Down

0 comments on commit 1d46ab4

Please sign in to comment.