aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/gitlab.bat
diff options
context:
space:
mode:
authorThéo Zimmermann2018-10-04 09:47:44 +0200
committerThéo Zimmermann2018-10-04 09:47:44 +0200
commit53929e9bacf251f60c85d4ff24d46fec2c42ab4b (patch)
treec9e4aab7f1e3855b3d7b9784c1f9879772d9fb15 /dev/ci/gitlab.bat
parent058a6c97a4267e4d6ebe88872bd7b19ad3eb3475 (diff)
parent52680c2444442e8a4cba6f6f244ca41e594cfbbd (diff)
Merge PR #8322: Additional addons for Windows installer
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