Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Commit

Permalink
+ included streetlight example in travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-gresyk committed Jun 10, 2018
1 parent 6145607 commit 78ada98
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ notifications:

os: linux
dist: trusty
#dist: precise

matrix:
include:

# GCC 4.9
- env: COMPILER=g++-4.9 BUILD_TYPE=Debug
addons: &gcc49
Expand Down Expand Up @@ -165,3 +164,8 @@ script:
- mkdir build && cd build
- cmake .. -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- make

- cd "${TRAVIS_BUILD_DIR}/examples/basic_streetlight"
- mkdir build && cd build
- cmake .. -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- make

0 comments on commit 78ada98

Please sign in to comment.