diff options
| author | Michael Soegtrop | 2018-10-05 14:06:27 +0200 |
|---|---|---|
| committer | Michael Soegtrop | 2018-10-05 14:07:06 +0200 |
| commit | 6c67fa52300546bb1e87bdb72e5373ab163c23ec (patch) | |
| tree | 04c368699e90619d121cd52c5974898ccbf0812c /dev/ci/gitlab.bat | |
| parent | 7bbaefad7ae6c66a74a648b118d4b4c40ee95800 (diff) | |
Fix review requests
Diffstat (limited to 'dev/ci/gitlab.bat')
| -rwxr-xr-x | dev/ci/gitlab.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/gitlab.bat b/dev/ci/gitlab.bat index f6fe0dbb2b..918d289ae2 100755 --- a/dev/ci/gitlab.bat +++ b/dev/ci/gitlab.bat @@ -37,7 +37,7 @@ 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_ALL_ADDONS%" == "enabled" (
+IF "%WINDOWS%" == "enabled_all_addons" (
SET EXTRA_ADDONS=^
-addon=mathcomp ^
-addon=menhir ^
|
