File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ environment:
3131 FORCE_CYGWIN_UPGRADE : 0
3232 BUILD_MODE : world.opt
3333 matrix :
34- - PORT : mingw64
35- BOOTSTRAP_FLEXDLL : true
36- - PORT : msvc64
34+ - PORT : mingw32
3735 BOOTSTRAP_FLEXDLL : false
36+ - PORT : msvc64
37+ BOOTSTRAP_FLEXDLL : true
3838 BUILD_MODE : steps
3939
4040matrix :
Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ case "$1" in
118118 ;;
119119 test)
120120 FULL_BUILD_PREFIX=" $APPVEYOR_BUILD_FOLDER /../$BUILD_PREFIX "
121- run ' ocamlc.opt -version' " $FULL_BUILD_PREFIX -$PORT /ocamlc.opt" -version
122121 if [[ $PORT = ' mingw32' ]] ; then
123122 run " Check runtime symbols" \
124123 " $FULL_BUILD_PREFIX -$PORT /tools/check-symbol-names" \
@@ -178,7 +177,7 @@ case "$1" in
178177 # For an explanation of the sed command, see
179178 # https://github.com/appveyor/ci/issues/1824
180179 script --quiet --return --command \
181- " $MAKE -C ../$BUILD_PREFIX -$PORT world.opt " \
180+ " $MAKE -C ../$BUILD_PREFIX -$PORT " \
182181 " ../$BUILD_PREFIX -$PORT /build.log" |
183182 sed -e ' s/\d027\[K//g' \
184183 -e ' s/\d027\[m/\d027[0m/g' \
You can’t perform that action at this time.
0 commit comments