mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Try new Travis Ubuntu version.
This commit is contained in:
parent
a1f5c537d4
commit
8effb3e3a7
@ -2,6 +2,8 @@
|
||||
|
||||
language: cpp
|
||||
|
||||
dist: trusty
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels: "chat.freenode.net#ppsspp"
|
||||
@ -42,12 +44,8 @@ before_install:
|
||||
md5sum $2 &&
|
||||
pv $2 | xz -vd | tar -x;
|
||||
}
|
||||
# Travis uses CMake 2.8.7. We require 2.8.8. Grab latest
|
||||
- if [ "$CMAKE" == "TRUE" ]; then
|
||||
sudo apt-get install lib32stdc++6 lib32z1 lib32z1-dev -qq &&
|
||||
aria2c -x 16 http://www.cmake.org/files/v2.8/cmake-2.8.12.2-Linux-i386.sh &&
|
||||
chmod a+x cmake-2.8.12.2-Linux-i386.sh &&
|
||||
sudo ./cmake-2.8.12.2-Linux-i386.sh --skip-license --prefix=/usr;
|
||||
sudo apt-get install lib32stdc++6 lib32z1 lib32z1-dev cmake -qq;
|
||||
fi
|
||||
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user