Skip to content

Commit f8c56eb

Browse files
committed
Setup workflow
1 parent 6d62996 commit f8c56eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/BuildTest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
extra-cmake-args: -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
8080
env:
8181
CCACHE_DIR: /tmp/ccache
82+
DEVELOP: true
8283
- name: Run build test with dependency.repos
8384
uses: ros-tooling/action-ros-ci@v0.3
8485
if: steps.check_rosdistro_repos_files.outputs.files_exists == 'false' && steps.check_repos_files.outputs.files_exists == 'true'
@@ -89,6 +90,7 @@ jobs:
8990
extra-cmake-args: -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
9091
env:
9192
CCACHE_DIR: /tmp/ccache
93+
DEVELOP: true
9294
- name: Run build test without .repos file
9395
uses: ros-tooling/action-ros-ci@v0.3
9496
if: steps.check_rosdistro_repos_files.outputs.files_exists == 'false' && steps.check_repos_files.outputs.files_exists == 'false'
@@ -98,6 +100,7 @@ jobs:
98100
extra-cmake-args: -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
99101
env:
100102
CCACHE_DIR: /tmp/ccache
103+
DEVELOP: true
101104
- name: Notify Slack
102105
uses: 8398a7/action-slack@v2
103106
if: failure()

0 commit comments

Comments
 (0)