-
Notifications
You must be signed in to change notification settings - Fork 23
/
.travis.yml
33 lines (28 loc) · 857 Bytes
/
.travis.yml
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
# Travis CI build file for Swift Studies projects.
# Tests with runs on OS X and Linux.
# Uses IBM's PackageBuilder to complete builds on macOS and Linux
# See the following URLs for further details on Travis CI with Swift
# https://docs.travis-ci.com/user/languages/objective-c/
# https://docs.travis-ci.com/user/customizing-the-build/
# https://docs.travis-ci.com/user/docker/
# https://docs.travis-ci.com/user/multi-os/
# whitelist (branches that should be built)
branches:
only:
- master
- develop
- /^issue.*$/
matrix:
include:
- os: linux
dist: trusty
sudo: required
- os: osx
osx_image: xcode10
sudo: required
notififications:
email: true
before_install:
- git clone https://github.com/IBM-Swift/Package-Builder.git
script:
- ./Package-Builder/build-package.sh -projectDir $TRAVIS_BUILD_DIR