X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=.travis-before_install-xonotic.sh;h=bf39e00e08503b5c8d5571b319e9e7b86862535f;hb=3e3f3dacdc0d4594a847bf6d77bb0b145a187708;hp=5b03c090baa4e891f33fe3e2fab7412031064910;hpb=ed383adf3a79182b3f3fd2c31bcd7a05693a4194;p=xonotic%2Fdarkplaces.git diff --git a/.travis-before_install-xonotic.sh b/.travis-before_install-xonotic.sh index 5b03c090..bf39e00e 100755 --- a/.travis-before_install-xonotic.sh +++ b/.travis-before_install-xonotic.sh @@ -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 \