Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
asherikov committed Jan 23, 2025
1 parent f58efe0 commit 060dc6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 65 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@ jobs:
make catkin_test_new ROS_DISTRO=noetic UBUNTU_DISTRO=focal
# empy compatibility issue
#prerelease:
# runs-on: ubuntu-20.04
# defaults:
# run:
# shell: bash
# steps:
# - uses: actions/checkout@v4
# with:
# fetch-depth: 0
# - run: make ros_prerelease ROS_DISTRO=noetic UBUNTU_DISTRO=focal BRANCH=`git branch --show-current`
# env:
# CCACHE_DIR: ${GITHUB_WORKSPACE}/.ccache
prerelease:
container: ros:noetic-ros-base-focal
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: make ros_prerelease ROS_DISTRO=noetic UBUNTU_DISTRO=focal BRANCH=`git branch --show-current`
env:
CCACHE_DIR: ${GITHUB_WORKSPACE}/.ccache


jammy_scanbuild:
Expand Down
53 changes: 0 additions & 53 deletions .travis.yml.disable

This file was deleted.

0 comments on commit 060dc6c

Please sign in to comment.