Add yaml files (#241)

This commit is contained in:
Jass Bagga 2018-01-18 13:59:09 -08:00 committed by GitHub
parent 5d2f598c80
commit 0bfe043f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View File

@ -8,6 +8,7 @@ branches:
- release
- dev
- /^rel\/.*/
- /^release\/.*/
- /^(.*\/)?ci-.*$/
build_script:
- ps: .\build.cmd

28
.travis.yaml Normal file
View File

@ -0,0 +1,28 @@
language: csharp
sudo: required
dist: trusty
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
addons:
apt:
packages:
- libunwind8
mono: none
os:
- linux
- osx
osx_image: xcode8.2
branches:
only:
- master
- release
- dev
- /^rel\/.*$/
- /^release\/.*$/
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
script:
- ./build.sh