From: Martin Quinson Date: Sun, 18 Oct 2015 16:27:35 +0000 (+0200) Subject: [appveyor] fix (?) the lua compilation X-Git-Tag: v3_13~1662 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6c079f73d1ac123904208e186daf3bbe182810e5 [appveyor] fix (?) the lua compilation --- diff --git a/appveyor.yml b/appveyor.yml index bc32b1ee1c..c404bf19ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,7 +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] tar xfz lua-5.3.1.tar.gz -- if [%COMPILER%]==[MinGW-w64] cd lua-5.3.1 && mingw32-make mingw && mingw32-make INSTALL_TOP=C:/mingw64 +- if [%COMPILER%]==[MinGW-w64] cd lua-5.3.1 && mingw32-make mingw && mingw32-make INSTALL_TOP=C:/mingw64 install && cd .. - if [%COMPILER%]==[MSYS2] set PATH=C:\msys64\bin,%PATH% build_script: