Browse Source

Next Travis try

Thomas Buck 9 years ago
parent
commit
459f8275a1
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      cmake/travis_before_install_linux.sh
  2. 1
    1
      cmake/travis_install_linux.sh

+ 1
- 1
cmake/travis_before_install_linux.sh View File

@@ -2,7 +2,7 @@
2 2
 
3 3
 sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
4 4
 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
5
-sudo add-apt-repository -y ppa:smspillaz/cmake-2.8.12
5
+sudo add-apt-repository -y ppa:andykimpe/cmake
6 6
 sudo add-apt-repository -y 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main'
7 7
 sudo apt-get -qq -y update
8 8
 

+ 1
- 1
cmake/travis_install_linux.sh View File

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-sudo apt-get -qq -y install libsdl2-dev libsdl2-ttf-dev libalut-dev libpng12-dev zlib1g-dev cmake libglm-dev
3
+sudo apt-get -qq -y install libsdl2-dev libsdl2-ttf-dev libalut-dev libpng12-dev cmake libglm-dev
4 4
 
5 5
 if [ "$CC" = "gcc" ]; then sudo apt-get install gcc-4.8; fi
6 6
 if [ "$CXX" = "g++" ]; then sudo apt-get install g++-4.8; fi

Loading…
Cancel
Save