зеркало из https://github.com/SteeltoeOSS/Samples.git
28 строки
426 B
YAML
Executable File
28 строки
426 B
YAML
Executable File
language: csharp
|
|
sudo: required
|
|
dist: trusty
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- gettext
|
|
- unzip
|
|
- curl
|
|
- libcurl4-openssl-dev
|
|
- libicu-dev
|
|
- libssl-dev
|
|
- libunwind8
|
|
- uuid-dev
|
|
- zlib1g
|
|
os:
|
|
- linux
|
|
- osx
|
|
osx_image: xcode7.1
|
|
branches:
|
|
only:
|
|
- master
|
|
- dev
|
|
script:
|
|
- ./scripts/travis_install.sh
|
|
- ./scripts/travis_build.sh
|
|
- ./scripts/travis_test.sh
|