forked from IronLanguages/main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
31 lines (24 loc) · 872 Bytes
/
.travis.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
language: csharp
sudo: required
env:
- CONFIGURATION=Release
mono:
- latest
solution: Solutions/IronPython.sln
install:
- sudo apt-get install -y binfmt-support libmono-system-windows-forms4.0-cil
- nuget restore Solutions/IronPython.sln
script:
- xbuild Build.proj /t:Build "/p:Mono=true;BaseConfiguration=$CONFIGURATION"
- xbuild Test/TestRunner/TestRunner.sln /p:Configuration=$CONFIGURATION
- DLR_ROOT=`pwd` DLR_BIN=`pwd`bin/$CONFIGURATION mono ./Test/TestRunner/TestRunner/bin/$CONFIGURATION/TestRunner.exe Test/IronPython.tests /verbose /binpath:bin/$CONFIGURATION /all
notifications:
email:
recipients:
on_success: always # default: change
#on_failure: [always|never|change] # default: always
webhooks:
urls:
- https://webhooks.gitter.im/e/9fdb5c75f38c850816f8