aboutsummaryrefslogtreecommitdiff
path: root/dev/build
diff options
context:
space:
mode:
authorThéo Zimmermann2018-11-21 11:36:38 +0100
committerThéo Zimmermann2018-11-28 14:25:14 +0100
commit2b27b8880254420f1630d8d40442d72c0e2255c2 (patch)
tree9a3c88814add22a7f360f81db880b15125d2af7a /dev/build
parent2e36fbcac4a04d4f29925ba09f441db6426b7af1 (diff)
[Windows CI] Do not build any addon if WINDOWS is not enabled_all_addons.
Co-authored-by: Michael Soegtrop <michael.soegtrop@intel.com>
Diffstat (limited to 'dev/build')
-rwxr-xr-xdev/build/windows/makecoq_mingw.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh
index d0b5f4be47..b202635714 100755
--- a/dev/build/windows/makecoq_mingw.sh
+++ b/dev/build/windows/makecoq_mingw.sh
@@ -1905,6 +1905,9 @@ function make_addon_quickchick {
function make_addons {
# Note: ':' is the empty command, which does not produce any output
: > "/build/filelists/addon_dependencies.nsh"
+ : > "/build/filelists/addon_strings.nsh"
+ : > "/build/filelists/addon_descriptions.nsh"
+ : > "/build/filelists/addon_sections.nsh"
for addon in $COQ_ADDONS; do
"make_addon_$addon"