From: Martin Quinson Date: Sat, 17 Oct 2015 21:22:01 +0000 (+0200) Subject: [appveyor] temporary commit to see what's going on on the robot X-Git-Tag: v3_13~1664 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d2a6882ed727ec836d89520998918056aa355cac?hp=2bebc02080a16d5bf611e8a09a98ca37d508d6bb [appveyor] temporary commit to see what's going on on the robot --- diff --git a/appveyor.yml b/appveyor.yml index 019a34d804..515040e332 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,6 +36,7 @@ install: - if [%COMPILER%]==[MinGW-w64] 7z x -oC:\ mw64.7z > NUL - if [%COMPILER%]==[MinGW-w64] appveyor DownloadFile "http://www.lua.org/ftp/lua-5.3.1.tar.gz" -FileName lua-5.3.1.tar.gz || appveyor DownloadFile "http://www.lua.org/ftp/lua-5.3.1.tar.gz" -FileName lua-5.3.1.tar.gz - if [%COMPILER%]==[MinGW-w64] 7z x lua-5.3.1.tar.gz -tgzip | 7z x -si -ttar -olua-5.3.1 +- if [%COMPILER%]==[MinGW-w64] ls -lR - if [%COMPILER%]==[MinGW-w64] cd lua-5.3.1 && mingw32-make mingw && mingw32-make INSTALL_TOP=C:/mingw64 - if [%COMPILER%]==[MSYS2] set PATH=C:\msys64\bin,%PATH%