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 ef8a2b6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 25 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/build_and_test_humble.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Build (humble)
name: Build and test (humble)

# Controls when the action will run.
on:
Expand Down Expand Up @@ -28,16 +28,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
#with:
# use-ros2-testing: true
- uses: ros-tooling/[email protected]
with:
skip-tests: true
use-ros2-testing: true
- 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
18 changes: 7 additions & 11 deletions .github/workflows/build_and_test_iron.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Build (iron)
name: Build and test (iron)

# Controls when the action will run.
on:
Expand Down Expand Up @@ -28,16 +28,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
#with:
# use-ros2-testing: true
- uses: ros-tooling/[email protected]
with:
skip-tests: true
use-ros2-testing: true
#- 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
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test_rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
- uses: ros-tooling/setup-ros@master
with:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@master
#- 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build (humble)](https://github.com/antbono/nao_pos/actions/workflows/build_and_test_humble.yaml/badge.svg)](https://github.com/antbono/nao_pos/actions/workflows/build_and_test_humble.yaml)
[![Build (iron)](https://github.com/antbono/nao_pos/actions/workflows/build_and_test_iron.yaml/badge.svg)](https://github.com/antbono/nao_pos/actions/workflows/build_and_test_iron.yaml)
[![Build and test (humble)](https://github.com/antbono/nao_pos/actions/workflows/build_and_test_humble.yaml/badge.svg)](https://github.com/antbono/nao_pos/actions/workflows/build_and_test_humble.yaml)
[![Build and test (iron)](https://github.com/antbono/nao_pos/actions/workflows/build_and_test_iron.yaml/badge.svg)](https://github.com/antbono/nao_pos/actions/workflows/build_and_test_iron.yaml)
[![Build (rolling)](https://github.com/antbono/nao_pos/actions/workflows/build_and_test_rolling.yaml/badge.svg)](https://github.com/antbono/nao_pos/actions/workflows/build_and_test_rolling.yaml)

# nao_pos
Expand Down

0 comments on commit ef8a2b6

Please sign in to comment.