Skip to content

Commit

Permalink
run win64 tests in serial on appveyor
Browse files Browse the repository at this point in the history
trade slower build times for hopefully better reliability

[ci skip]
  • Loading branch information
tkelman committed Dec 10, 2014
1 parent 8bc1451 commit 4b4d822
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
environment:
# USEMSVC: "1"
matrix:
- ARCH: "i686"
- ARCH: "x86_64"
- ARCH: "i686"
- ARCH: "x86_64"
JULIA_CPU_CORES: 1
# Run win64 tests in serial for now to avoid #7942 causing timeouts

# Only build on master and PR's for now, not personal branches
# Whether or not PR's get built is determined in the webhook settings
Expand Down

0 comments on commit 4b4d822

Please sign in to comment.