Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.56 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.56 KB

Drake External Examples

Examples of how to use Drake in your own project:

Continuous Integration

Scripts are provided for various CI instances in scripts/continuous_integration. The intended purpose of each is described below:

  • github_actions: exemplifies how to put a project depending on a Drake installation on GitHub Actions
  • jenkins : provides complete coverage of additional external example projects
Subproject GitHub Actions Jenkins
drake_bazel_external - o
drake_bazel_download o -
drake_cmake_external - o
drake_cmake_installed o -
drake_cmake_installed_apt o -
GitHub Actions Jenkins

Note, the GitHub Actions jobs only build and test drake_bazel_download, drake_cmake_installed, and drake_cmake_installed_apt since these are the exemplary cases for lightweight, open-source builds on public CI servers.