Skip to content

Commit 98e2e89

Browse files
committed
Cleaned up rolling workflow
1 parent a8468f0 commit 98e2e89

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build-rolling.yaml

+4-7
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,21 @@ on:
1313

1414
jobs:
1515
industrial_ci:
16+
name: rolling-main
17+
runs-on: ubuntu-latest
1618
strategy:
1719
matrix:
1820
env:
1921
- ROS_DISTRO: rolling
2022
ROS_REPO: main
2123
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'
2225
BEFORE_SETUP_UPSTREAM_WORKSPACE: 'sudo apt-get -qq install -y --no-upgrade --no-install-recommends git && git config --global --add safe.directory "*"'
2326
UPSTREAM_WORKSPACE: ros2_net_ft_driver.rolling.repos
2427
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'
2828
CCACHE_DIR: ${{ github.workspace }}/.ccache
2929
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
3431
steps:
3532
- uses: actions/checkout@v2
3633
- name: cache upstream_ws

0 commit comments

Comments
 (0)