File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
industrial_ci :
16
+ name : rolling-main
17
+ runs-on : ubuntu-latest
16
18
strategy :
17
19
matrix :
18
20
env :
19
21
- ROS_DISTRO : rolling
20
22
ROS_REPO : main
21
23
env :
24
+ BEFORE_INSTALL_TARGET_DEPENDENCIES : ' sudo apt-get -qq update && sudo apt-get install -y pkg-config libasio-dev libcurlpp-dev libcurl4-openssl-dev'
22
25
BEFORE_SETUP_UPSTREAM_WORKSPACE : ' sudo apt-get -qq install -y --no-upgrade --no-install-recommends git && git config --global --add safe.directory "*"'
23
26
UPSTREAM_WORKSPACE : ros2_net_ft_driver.rolling.repos
24
27
AFTER_SETUP_UPSTREAM_WORKSPACE : ' vcs pull $BASEDIR/upstream_ws/src'
25
- AFTER_INSTALL_TARGET_DEPENDENCIES : ' sudo apt-get -qq install -y --no-upgrade --no-install-recommends pkg-config libasio-dev libcurlpp-dev'
26
- TARGET_CMAKE_ARGS : >
27
- -DCMAKE_BUILD_TYPE='Release'
28
28
CCACHE_DIR : ${{ github.workspace }}/.ccache
29
29
BASEDIR : ${{ github.workspace }}/.work
30
- CACHE_PREFIX : ${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
31
-
32
- name : " ${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}"
33
- runs-on : ubuntu-latest
30
+ CACHE_PREFIX : rolling-main
34
31
steps :
35
32
- uses : actions/checkout@v2
36
33
- name : cache upstream_ws
You can’t perform that action at this time.
0 commit comments