Examples of how to use Drake in your own project:
Scripts are provided for various CI instances in scripts/continuous_integration
. The intended purpose of each is described below:
circle_ci
: exemplifies how to put a project depending on a Drake installation on Circle CIjenkins
: provides complete coverage of all example projectstravis_ci
: examplifies how to put a project depending on a Drake installation on Travis CI
Subproject | Circle CI | Jenkins | Travis CI |
---|---|---|---|
drake_bazel_external |
- | o | - |
drake_cmake_external |
- | o | - |
drake_cmake_installed |
o | o | o |
Note, the Circle CI and Travis CI jobs only build and test drake_cmake_installed
since it is the exemplary case for a lightweight, open-source build on a public
CI server.