Skip to content

Commit

Permalink
Merge pull request #91 from jcarpent/devel
Browse files Browse the repository at this point in the history
travis: add bionic + make parallel
  • Loading branch information
jcarpent authored Sep 19, 2019
2 parents a180a5c + 16e8fe4 commit 598f3c4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,18 @@ env:
- DO_CPPCHECK_ON_BRANCH=""
- DO_INSTALL_DOC_EXCEPT_ON_BRANCH=""
- BUILD_WITH_CATKIN_SUPPORT=false
- MAKEFLAGS="-j2"

jobs:
include:
- dist: bionic
env: BUILDTYPE=Release
- dist: bionic
env: BUILDTYPE=Debug
- dist: xenial
env: BUILDTYPE=Release
- dist: xenial
env: BUILDTYPE=Debug
- dist: trusty
env: BUILDTYPE=Release
- dist: trusty
env: BUILDTYPE=Debug

Expand Down

0 comments on commit 598f3c4

Please sign in to comment.