File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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'
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'
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()
You can’t perform that action at this time.
0 commit comments