-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (27 loc) · 905 Bytes
/
Copy path.travis.yml
File metadata and controls
36 lines (27 loc) · 905 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
32
33
34
35
36
os:
- linux
- osx
language: csharp
services:
- docker
env:
- CONFIGURATION=Release
mono:
- latest
sudo: required
dist: trusty
dotnet: 1.0.3
script:
- dotnet restore IronPython.sln --packages ./packages
- if [[ "$TRAVIS_OS_NAME" != "osx" ]] ; then make ; fi
- if [[ "$TRAVIS_OS_NAME" != "osx" ]] ; then docker run -v /home/travis/build/IronLanguages/ironpython3:/home/travis/build/IronLanguages/ironpython3 mono:4.8 /bin/sh -c "apt-get update ; apt-get install make ; cd /home/travis/build/IronLanguages/ironpython3 && make test-all" ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] ; then make ; fi
notifications:
email:
recipients:
- developers+int+211+854770831703316759@ironpython.groups.io
on_success: always # default: change
#on_failure: [always|never|change] # default: always
webhooks:
urls:
- https://webhooks.gitter.im/e/f04e10a7af4b181c18c0