forked from IronLanguages/ironpython2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
43 lines (32 loc) · 1.4 KB
/
.travis.yml
File metadata and controls
43 lines (32 loc) · 1.4 KB
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
43
os:
- linux
- osx
language: csharp
env:
- CONFIGURATION=Release
mono:
- latest
solution: IronPython.sln
sudo: required
dist: trusty
osx_image: xcode9.1
before_install:
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then sudo apt-get install -y libc6 libcurl3 libgcc1 libgssapi-krb5-2 liblttng-ust0 libstdc++6 libunwind8 libuuid1 zlib1g libssl1.0.0 libicu52; fi
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then wget --retry-connrefused --waitretry=1 -O powershell.deb https://github.com/PowerShell/PowerShell/releases/download/v6.0.2/powershell_6.0.2-1.ubuntu.14.04_amd64.deb; fi
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then sudo dpkg -i powershell.deb; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then wget --retry-connrefused --waitretry=1 -O powershell.pkg https://github.com/PowerShell/PowerShell/releases/download/v6.0.2/powershell-6.0.2-osx.10.12-x64.pkg; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo installer -pkg powershell.pkg -target /; fi
dotnet: 2.1.300
script:
- dotnet restore IronPython.sln --packages ./packages
- pwsh make.ps1 release
- if [[ "$TRAVIS_OS_NAME" != "osx" ]] ; then pwsh make.ps1 test-all ; 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/9fdb5c75f38c850816f8