aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/gitlab.bat
diff options
context:
space:
mode:
authorMichael Soegtrop2018-09-29 12:45:09 +0200
committerMichael Soegtrop2018-10-03 23:12:36 +0200
commit95ecfc31aee4164add876f57466a5dc12ec2abdc (patch)
tree5fdf4c1099f9277ab017bf7efd781955e7cd6265 /dev/ci/gitlab.bat
parent058a6c97a4267e4d6ebe88872bd7b19ad3eb3475 (diff)
Fix issue #8321 "Add more useful addons to the Windows Installer"
Implemented by merging addon changes in V8.8.2 (keeping everything on master)
Diffstat (limited to 'dev/ci/gitlab.bat')
-rwxr-xr-xdev/ci/gitlab.bat16
1 files changed, 15 insertions, 1 deletions
diff --git a/dev/ci/gitlab.bat b/dev/ci/gitlab.bat
index 09e9762261..deda42e2b7 100755
--- a/dev/ci/gitlab.bat
+++ b/dev/ci/gitlab.bat
@@ -43,9 +43,23 @@ if exist %DESTCOQ%\ rd /s /q %DESTCOQ%
call %CI_PROJECT_DIR%\dev\build\windows\MakeCoq_MinGW.bat -threads=1 ^
-arch=%ARCH% -installer=Y -coqver=%CI_PROJECT_DIR_CFMT% ^
-destcyg=%CYGROOT% -destcoq=%DESTCOQ% -cygcache=%CYGCACHE% ^
- -addon="bignums ltac2 equations" -make=N ^
+ -addon=bignums ^
+ -addon=equations ^
+ -addon=ltac2 ^
+ -addon=mtac2 ^
+ -addon=mathcomp ^
+ -addon=menhir ^
+ -addon=menhirlib ^
+ -addon=compcert ^
+ -addon=extlib ^
+ -addon=quickchick ^
+ -addon=coquelicot ^
+ -make=N ^
-setup %CI_PROJECT_DIR%\%SETUP% || GOTO ErrorCopyLogFilesAndExit
+REM addons with build issues
+REM -addon=vst ^
+REM -addon=aactactics ^
ECHO "Start Artifact Creation"
TIME /T