-
Notifications
You must be signed in to change notification settings - Fork 22
/
.travis.yml.disable
53 lines (44 loc) · 1.18 KB
/
.travis.yml.disable
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
43
44
45
46
47
48
49
50
51
52
53
language: cpp
notifications:
email:
recipients:
on_success: always
on_failure: always
os: linux
dist: trusty
services:
- docker
jobs:
include:
- script:
- make test
addons:
apt:
update: true
packages:
- libboost-all-dev
- libeigen3-dev
- octave
- liboctave-dev
compiler:
- clang
- gcc
- sudo: required
script:
- make build
- sudo make install
- make test_dependency
addons:
apt:
update: true
packages:
- libeigen3-dev
# melodic / 18.04
- script:
- make ros_make_docker ROS_DISTRO=melodic UBUNTU_DISTRO=bionic BRANCH=${TRAVIS_BRANCH} TARGET=catkin_test_old
- script:
- make ros_make_docker ROS_DISTRO=melodic UBUNTU_DISTRO=bionic BRANCH=${TRAVIS_BRANCH} TARGET=catkin_test_new
- sudo: required
script:
- make ros_prerelease ROS_DISTRO=melodic UBUNTU_DISTRO=bionic BRANCH=${TRAVIS_BRANCH}