forked from IronLanguages/ironpython3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
31 lines (24 loc) · 687 Bytes
/
.travis.yml
File metadata and controls
31 lines (24 loc) · 687 Bytes
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
language: csharp
env:
- CONFIGURATION=Release
mono:
- latest
solution: IronPython.sln
before_install:
- curl https://api.nuget.org/downloads/nuget.exe -o nuget.exe
- mono nuget.exe install NUnit
- mono nuget.exe install NUnitLite
script:
- xbuild Build.proj /t:Build "/p:Mono=true;BuildFlavour=$CONFIGURATION"
- pushd bin/$CONFIGURATION
- mono ./IronPythonTest.exe --result:all-result.xml
notifications:
email:
recipients:
- slide.o.mix@gmail.com
- ticotimo@gmail.com
on_success: always # default: change
#on_failure: [always|never|change] # default: always
webhooks:
urls:
- https://webhooks.gitter.im/e/f04e10a7af4b181c18c0