aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/gitlab.bat
diff options
context:
space:
mode:
authorMichael Soegtrop2019-07-16 18:18:35 +0200
committerMichael Soegtrop2019-07-16 18:18:35 +0200
commitc3d3f2123a341c974c2f33dad3a53c653ce0f50b (patch)
tree370c500dce092a937ad19aed16830f1a0910e86e /dev/ci/gitlab.bat
parent1da90e3c1842463f2c64939d800d7c39a0c75f4b (diff)
Enable Coquelicot, Flocq, Interval and Gappa in extended/release Windows builds
Diffstat (limited to 'dev/ci/gitlab.bat')
-rwxr-xr-xdev/ci/gitlab.bat8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev/ci/gitlab.bat b/dev/ci/gitlab.bat
index 6c4ccfc14d..3998fc6514 100755
--- a/dev/ci/gitlab.bat
+++ b/dev/ci/gitlab.bat
@@ -48,9 +48,13 @@ IF "%WINDOWS%" == "enabled_all_addons" (
-addon=compcert ^
-addon=extlib ^
-addon=quickchick ^
+ -addon=coquelicot ^
-addon=vst ^
- -addon=aactactics
-REM -addon=coquelicot ^
+ -addon=aactactics ^
+ -addon=flocq ^
+ -addon=interval ^
+ -addon=gappa_tool ^
+ -addon=gappa
) ELSE (
SET "EXTRA_ADDONS= "
)