forked from racket/racket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
42 lines (35 loc) · 1.21 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version: 1.0.{build}
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 unstable-flonum-lib net-test"
test_script:
- echo %cd%
- racket\raco.exe pkg show -l
- racket\racket.exe -l tests/racket/test
- racket\racket.exe -l tests/racket/contract/all
- racket\raco.exe test -l tests/json/json
- racket\raco.exe test -l tests/file/main
- racket\raco.exe test -l tests/net/head
- racket\raco.exe test -l tests/net/uri-codec
- racket\raco.exe test -l tests/net/url
- racket\raco.exe test -l tests/net/url-port
- racket\raco.exe test -l tests/net/encoders
- racket\raco.exe test -l tests/openssl/basic
- racket\raco.exe test -l tests/openssl/https
- racket\raco.exe test -l tests/match/main
- racket\raco.exe test -l tests/zo-path
- racket\raco.exe test -l tests/xml/test
notifications:
- provider: Email
to:
on_build_success: true
on_build_failure: true
- provider: Slack
auth_token:
secure: WCMkqS/3iB39INmhzQoZDNJ3zcOXLaRueWvaayOD9MW15DcWrGOAxz7dGrhh/EcQ
channel: notifications