Skip to content

Commit

Permalink
improve build parallelization on appveyor
Browse files Browse the repository at this point in the history
running `make -j3 all` before `make -j3 install` will parallelize
the release and debug sysimg builds
  • Loading branch information
tkelman committed Aug 16, 2017
1 parent 42abb03 commit d153ebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/windows/appveyor_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ fi
echo 'FORCE_ASSERTIONS = 1' >> Make.user

cat Make.user
make -j3 VERBOSE=1 all
make -j3 VERBOSE=1 install
make VERBOSE=1 -C examples
cp usr/bin/busybox.exe julia-*/bin
Expand Down

0 comments on commit d153ebe

Please sign in to comment.