Skip to content
Snippets Groups Projects
Unverified Commit 598f3c4b authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #91 from jcarpent/devel

travis: add bionic + make parallel
parents a180a5c4 16e8fe4e
No related branches found
No related tags found
No related merge requests found
Pipeline #8200 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment