From 68086f0cfcd043f76998750345c08c26f7ce3be9 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 17 Oct 2015 23:14:00 +0200 Subject: [PATCH] [appveyor] 'make' is called 'mingw32-make' here --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.20.1