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/build/windows/makecoq_mingw.sh | 8 +++++++- dev/ci/appveyor.bat | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh index ff67416b1e..17a94accd8 100644 --- a/dev/build/windows/makecoq_mingw.sh +++ b/dev/build/windows/makecoq_mingw.sh @@ -1322,7 +1322,13 @@ function make_coq_installer { ###################### ADDONS ##################### - +function make_addon_bignums { + if build_prep https://github.com/coq/bignums/archive/ master zip 1 bignums-8.8.0; then + logn make make all + logn make-install make install + build_post + fi +} function make_addons { for addon in $COQ_ADDONS; do 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