Improve AppVeyor configuration.

This commit is contained in:
Sam Tobin-Hochstadt 2014-12-15 19:56:50 -05:00
parent 92332c0046
commit d4ba30354e

View File

@ -1,8 +1,22 @@
version: 1.0.{build}
clone_depth: 50
clone_depth: 20
cache:
- C:\Users\appveyor\AppData\Roaming\Racket
build_script:
- '"c:\Program Files (x86)\Microsoft Visual Studio 10.0\vc\vcvarsall.bat" x86'
- echo %cd%
- nmake win32-in-place PKGS="racket-test-core"
test_script:
- echo %cd%
- racket\racket.exe -l tests/racket/test
- racket\racket.exe -l tests/racket/test
notifications:
- provider: Email
to:
- samth@racket-lang.org
on_build_success: true
on_build_failure: true