forked from RobotLocomotion/director
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
42 lines (29 loc) · 756 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
34
35
36
37
38
39
40
41
42
matrix:
include:
- os: linux
env: UBUNTU_TEST_VERSION=14 USE_LCM=ON MAKE_PACKAGE=ON MAKE_DOCS=ON
- os: linux
env: UBUNTU_TEST_VERSION=16 USE_LCM=ON MAKE_PACKAGE=ON
- os: linux
env: UBUNTU_TEST_VERSION=14
- os: linux
env: UBUNTU_TEST_VERSION=14 USE_LCM=ON USE_LCMGL=ON USE_LIBBOT=ON
- os: osx
osx_image: xcode7.3
env: USE_LCM=ON USE_LIBBOT=OFF USE_LCMGL=OFF MAKE_PACKAGE=ON
language: generic
dist: trusty
sudo: required
services:
- docker
notifications:
email: false
virtualenv:
system_site_packages: true
branches:
only:
- master
- test
install: true
script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then distro/travis/test_main.sh ; else distro/travis/test_docker.sh ; fi