removed PowerPC target on Travis CI (unfortunately unsupported)

This commit is contained in:
Yann Collet
2016-02-08 20:58:37 +01:00
parent 62ba4b49c1
commit 991b3903b5
2 changed files with 2 additions and 5 deletions
+2 -4
View File
@@ -116,10 +116,8 @@ ppcinstall: clean
sudo apt-get install -q qemu
sudo apt-get install -q binfmt-support
sudo apt-get install -q qemu-user-static
sudo apt-get update
apt-cache search powerpc
apt-cache search gcc
sudo apt-get install -q gcc-powerpc-linux-gnu
sudo apt-get update -q
sudo apt-get install -q gcc-powerpc-linux-gnu # unfortunately, doesn't work on Travis CI (package not available)
# for Travis CI
ppctest-w-install: clean ppcinstall ppctest