diff options
| author | Maxime Dénès | 2018-03-08 11:09:55 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-03-08 11:09:55 +0100 |
| commit | 1f5699d57e9d4950b43d6c5f5259c3cf15564b31 (patch) | |
| tree | 2b41d85397b74e8ad39060e1ecfa7dc09100b40d /dev/ci | |
| parent | 563199757c5756fb5858da1b684162566a73fa3e (diff) | |
| parent | eb91eb5dd0487493b0b2e1a62ccabf4c8115ac98 (diff) | |
Merge PR #6881: [windows] support -addon in build script
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/appveyor.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ci/appveyor.bat b/dev/ci/appveyor.bat index dec6f0d182..85a71baf7f 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 -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 |
