Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • S stack-of-tasks.github.com
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Stack Of Tasks
  • stack-of-tasks.github.com
  • Wiki
  • Memo on catkin tools and vcs for the SoT

Memo on catkin tools and vcs for the SoT · Changes

Page history
Add --no-deps option authored Feb 07, 2020 by olivier stasse's avatar olivier stasse
Hide whitespace changes
Inline Side-by-side
Memo-on-catkin-tools-and-vcs-for-the-SoT.org
View page @ 0753cfd1
......@@ -135,6 +135,13 @@ package:
catkin build dynamic-graph-python
#+end_src
*** Compiling a specific package without its dependencies
For instance the following command is compiling the dynamic-graph-python
package:
#+begin_src
catkin build dynamic-graph-python --no-deps
#+end_src
** Clean all the build part
#+begin_src bash
catkin clean
......@@ -146,6 +153,10 @@ Example running the test programs of the package dynamic-graph-python in the wor
catkin test dynamic-graph-python
#+end_src
Note: make sure that the install directory is specified in the environment variables: LD_LIBRARY_PATH, PYTHONPATH for instance.
By default *all* dependent packages will also run the tests. To prevent this it is highly recommended to use:
#+begin_src bash
catkin test dynamic-graph-python --no-deps
#+end_src
** Computing coverage
......
Clone repository
  • Citing the Stack Of Tasks
  • Home
  • Memo on catkin tools and vcs for the SoT
  • Wiki on the Stack Of Tasks software