Skip to content

Commit

Permalink
Merge pull request JuliaLang#14 from tkelman/patch-2
Browse files Browse the repository at this point in the history
move test to build_script
  • Loading branch information
tkelman committed Mar 11, 2014
2 parents 8f096f0 + c9678ee commit b9a1310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ install:
# mingw64-{x86_64|i686}-gcc-fortran is required to build openlibm, openblas, arpack, etc from source
# - ps: 'if ($env:XC_HOST -eq "x86_64-w64-mingw32") {cyg-get mingw64-x86_64-gcc-fortran >> cyg-get.log} else {cyg-get mingw64-i686-gcc-fortran >> cyg-get.log}'

#build_script:
build_script:
# - C:\cygwin\bin\sh.exe --login -c "cd /cygdrive/c/projects/julia && sh -o igncr contrib/cygwin_build.sh"
- cd test && C:\projects\julia-prev\bin\julia-debug-readline runtests.jl all

test_script:
#test_script:
# - cd test && ..\usr\bin\julia-basic runtests.jl all
- cd test && C:\projects\julia-prev\bin\julia-debug-readline runtests.jl all

0 comments on commit b9a1310

Please sign in to comment.