Fix travis issues maybe

This commit is contained in:
Astie Teddy 2020-09-18 22:41:43 +02:00
parent 91aeeecd9e
commit 71697aae94

View File

@ -31,8 +31,7 @@ addons:
- libglu1-mesa-dev - libglu1-mesa-dev
before_cache: before_cache:
- |- - case $TRAVIS_OS_NAME in
case $TRAVIS_OS_NAME in
windows) windows)
# https://unix.stackexchange.com/a/137322/107554 # https://unix.stackexchange.com/a/137322/107554
$msys2 pacman --sync --clean --noconfirm $msys2 pacman --sync --clean --noconfirm
@ -46,8 +45,7 @@ cache:
before_install: before_install:
- export MAKE=make - export MAKE=make
- |- - case $TRAVIS_OS_NAME in
case $TRAVIS_OS_NAME in
windows) windows)
[[ ! -f C:/tools/msys64/msys2_shell.cmd ]] && rm -rf C:/tools/msys64 [[ ! -f C:/tools/msys64/msys2_shell.cmd ]] && rm -rf C:/tools/msys64
choco uninstall -y mingw choco uninstall -y mingw