diff options
| author | Enrico Tassi | 2018-03-02 17:53:47 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2018-03-06 05:56:46 -0800 |
| commit | 951f80b0ce46976791d8b7fa7cf68aea11018da0 (patch) | |
| tree | eb34f3a180b65e9f64a01f45d0d273b75e41e173 /dev/ci | |
| parent | 7aa9b97896c7277c9979d3149fe126793863026e (diff) | |
build: win: turn off build/installation of gnu Make
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/appveyor.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/appveyor.bat b/dev/ci/appveyor.bat index 178121fd2b..85a71baf7f 100644 --- a/dev/ci/appveyor.bat +++ b/dev/ci/appveyor.bat @@ -23,7 +23,7 @@ if %USEOPAM% == false ( call %APPVEYOR_BUILD_FOLDER%\dev\build\windows\MakeCoq_MinGW.bat -threads=1 ^ -arch=%ARCH% -installer=Y -coqver=%APPVEYOR_BUILD_FOLDER_CFMT% ^ -destcyg=%CYGROOT% -destcoq=%DESTCOQ% -cygcache=%CYGCACHE% ^ - -addon=bignums ^ + -addon=bignums -make=N ^ -setup %CYGROOT%\%SETUP% || GOTO ErrorExit copy "%CYGROOT%\build\coq-local\dev\nsis\*.exe" dev\nsis || GOTO ErrorExit 7z a coq-opensource-archive-windows-%ARCHLONG%.zip %CYGROOT%\build\tarballs\* || GOTO ErrorExit |
