Skip to content

Commit

Permalink
ci no symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
antbono committed Apr 12, 2024
1 parent 513576b commit 9b6a4b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build_and_test_humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,9 @@ jobs:
- uses: ros-tooling/[email protected]
#with:
# use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@christophebedard/option-symlink-install
with:
skip-tests: true
target-ros2-distro: humble
colcon-defaults: |
{
"build": {
"symlink-install": false
}
}
no-symlink-install: true
vcs-repo-file-url: dependencies.repos
10 changes: 3 additions & 7 deletions .github/workflows/build_and_test_iron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ jobs:
- uses: ros-tooling/[email protected]
#with:
# use-ros2-testing: true
- uses: ros-tooling/[email protected]
#- uses: ros-tooling/[email protected]
- uses: ros-tooling/action-ros-ci@christophebedard/option-symlink-install
with:
skip-tests: true
target-ros2-distro: iron
colcon-defaults: |
{
"build": {
"symlink-install": false
}
}
no-symlink-install: true
vcs-repo-file-url: dependencies.repos
8 changes: 5 additions & 3 deletions .github/workflows/build_and_test_rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/setup-ros@master
with:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@master
# with:
# use-ros2-testing: true
#- uses: ros-tooling/action-ros-ci@master
- uses: ros-tooling/action-ros-ci@christophebedard/option-symlink-install
with:
skip-tests: true
target-ros2-distro: rolling
no-symlink-install: true
vcs-repo-file-url: dependencies.repos

0 comments on commit 9b6a4b4

Please sign in to comment.