From 2dd05518ade9f19161eb0699db5e5ece34ca29d4 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 28 Feb 2018 10:53:04 +0100 Subject: build: win: addon bignums --- dev/ci/appveyor.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/ci') diff --git a/dev/ci/appveyor.bat b/dev/ci/appveyor.bat index dec6f0d182..178121fd2b 100644 --- a/dev/ci/appveyor.bat +++ b/dev/ci/appveyor.bat @@ -23,6 +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 ^ -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 -- cgit v1.2.3