PowerShell/.travis.yml

29 lines
436 B
YAML
Raw Normal View History

language: cpp
branches:
only:
- master
- /^test.*$/
os:
- linux
- osx
sudo: required
dist: trusty
2016-08-04 22:13:05 +02:00
osx_image: xcode7.3
addons:
artifacts:
s3_region: "us-west-2"
paths: $(ls powershell*{deb,pkg} | tr "\n" ":")
git:
submodules: false
install:
- git config --global url.git@github.com:.insteadOf https://github.com/
- git submodule update --init
- (cd tools && ./download.sh)
script: ./tools/travis.sh