Skip to content

Commit e87f1b3

Browse files
committed
Test 32-bit bytecode on AppVeyor
1 parent c0bc292 commit e87f1b3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4040
matrix:

tools/ci/appveyor/appveyor_build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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' \

0 commit comments

Comments
 (0)