]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - .travis-before_install-xonotic.sh
Fix setinfo.
[xonotic/darkplaces.git] / .travis-before_install-xonotic.sh
index 5b03c090baa4e891f33fe3e2fab7412031064910..bf39e00e08503b5c8d5571b319e9e7b86862535f 100755 (executable)
@@ -11,10 +11,10 @@ for os in "$@"; do
 
   case "$os" in
     linux32)
-      wget https://www.libsdl.org/release/SDL2-2.0.4.tar.gz
-      tar xf SDL2-2.0.4.tar.gz
+      wget https://www.libsdl.org/release/SDL2-2.0.5.tar.gz
+      tar xf SDL2-2.0.5.tar.gz
       (
-      cd SDL2-2.0.4
+      cd SDL2-2.0.5
       export CC="gcc -m32"
       i386 ./configure --enable-static --disable-shared --prefix="$USRLOCAL" || cat config.log
       i386 make
@@ -22,10 +22,10 @@ for os in "$@"; do
       )
       ;;
     linux64)
-      wget https://www.libsdl.org/release/SDL2-2.0.4.tar.gz
-      tar xf SDL2-2.0.4.tar.gz
+      wget https://www.libsdl.org/release/SDL2-2.0.5.tar.gz
+      tar xf SDL2-2.0.5.tar.gz
       (
-      cd SDL2-2.0.4
+      cd SDL2-2.0.5
       ./configure --enable-static --disable-shared --prefix="$USRLOCAL"
       make
       make install
@@ -35,13 +35,11 @@ for os in "$@"; do
       git archive --format=tar --remote=git://de.git.xonotic.org/xonotic/xonotic.git \
         --prefix=".icons/" master:"misc/logos/icons_ico" | tar xvf -
       mv .icons/xonotic.ico darkplaces.ico
-      wget -qO- http://beta.xonotic.org/win-builds.org/cross_toolchain_32.tar.xz | tar xaJvf - -C"$USRLOCAL" opt/cross_toolchain_32
       ;;
     win64)
       git archive --format=tar --remote=git://de.git.xonotic.org/xonotic/xonotic.git \
         --prefix=".icons/" master:"misc/logos/icons_ico" | tar xvf -
       mv .icons/xonotic.ico darkplaces.ico
-      wget -qO- http://beta.xonotic.org/win-builds.org/cross_toolchain_64.tar.xz | tar xvJf - -C"$USRLOCAL" opt/cross_toolchain_64
       ;;
     osx)
       git archive --format=tar --remote=git://de.git.xonotic.org/xonotic/xonotic.git \