Skip to content

Commit

Permalink
Enable all addons in release branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Jun 11, 2020
1 parent d29ced0 commit a11c796
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions dev/ci/gitlab.bat
Expand Up @@ -37,8 +37,9 @@ SET CI_PROJECT_DIR_CFMT=%CI_PROJECT_DIR_MFMT:C:/=/cygdrive/c/%
SET COQREGTESTING=Y
SET PATH=%PATH%;C:\Program Files\7-Zip\;C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin

IF "%WINDOWS%" == "enabled_all_addons" (
SET EXTRA_ADDONS=^
REM Enable all addons on release branch

SET EXTRA_ADDONS=^
-addon=bignums ^
-addon=equations ^
-addon=mtac2 ^
Expand All @@ -57,9 +58,6 @@ IF "%WINDOWS%" == "enabled_all_addons" (
-addon=gappa ^
-addon=elpi ^
-addon=HB
) ELSE (
SET "EXTRA_ADDONS= "
)

call %CI_PROJECT_DIR%\dev\build\windows\MakeCoq_MinGW.bat -threads=1 ^
-arch=%ARCH% -installer=Y -coqver=%CI_PROJECT_DIR_CFMT% ^
Expand Down

0 comments on commit a11c796

Please sign in to comment.