From: Martin Quinson Date: Sat, 17 Oct 2015 21:14:00 +0000 (+0200) Subject: [appveyor] 'make' is called 'mingw32-make' here X-Git-Tag: v3_13~1666 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/68086f0cfcd043f76998750345c08c26f7ce3be9 [appveyor] 'make' is called 'mingw32-make' here --- diff --git a/appveyor.yml b/appveyor.yml index dcc732a053..a3519bb05a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,6 @@ clone_depth: 1 # scripts that are called at very beginning, before repo cloning init: - cmake --version -- msbuild /version - git config --global core.longpaths true - git config --global core.autocrlf input @@ -37,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.0.tar.gz" -FileName lua-5.3.0.tar.gz || appveyor DownloadFile "http://www.lua.org/ftp/lua-5.3.0.tar.gz" -FileName lua-5.3.0.tar.gz - if [%COMPILER%]==[MinGW-w64] 7z x lua-5.3.0.tar.gz -tgzip | 7z x -si -ttar -olua-5.3.0 -- if [%COMPILER%]==[MinGW-w64] cd lua-5.3.0 && make mingw && make INSTALL_TOP=C:/mingw64 +- if [%COMPILER%]==[MinGW-w64] cd lua-5.3.0 && mingw32-make mingw && mingw32-make INSTALL_TOP=C:/mingw64 - if [%COMPILER%]==[MSYS2] set PATH=C:\msys64\bin,%PATH% build_script: