Skip to content
Snippets Groups Projects
Verified Commit 16e8fe4e authored by Justin Carpentier's avatar Justin Carpentier
Browse files

travis: add bionic + make parallel

parent a180a5c4
No related branches found
No related tags found
No related merge requests found
......@@ -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