Skip to content

Commit

Permalink
try to fix embedding test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Mar 1, 2018
1 parent 6a47c19 commit bb8440d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/windows/appveyor_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ echo 'FORCE_ASSERTIONS = 1' >> Make.user
cat Make.user
make -j3 VERBOSE=1 all
make -j3 VERBOSE=1 install
make VERBOSE=1 -C examples
make VERBOSE=1 JULIA=../../usr/bin/julia.exe BIN=. "$(make print-CC)" -C test/embedding release
cp usr/bin/busybox.exe julia-*/bin
make build-stats

0 comments on commit bb8440d

Please sign in to comment.