Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
CLANG_FORMAT_CHECK: file,
CLANG_FORMAT_VERSION: 8,
DOCKER_IMAGE: "mpowelson/tesseract:eloquent",
AFTER_INIT: "apt-get upgrade -y",
BADGE: clang-format}
- {OS_NAME: ubuntu,
OS_CODE_NAME: bionic,
Expand All @@ -28,14 +29,15 @@ jobs:
UPSTREAM_WORKSPACE: 'dependencies.rosinstall',

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
UPSTREAM_WORKSPACE: 'dependencies.rosinstall',
TARGET_WORKSPACE: '. dependencies.rosinstall',

The dot means target repository.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this puts all packages into the targer workspace, but it will build and run all tests as well.

ROSDEP_SKIP_KEYS: "bullet3 fcl ompl",
DOCKER_IMAGE: "mpowelson/tesseract:eloquent",
Comment thread
mpowelson marked this conversation as resolved.
AFTER_INIT: "apt-get upgrade -y",
BADGE: clang-tidy,
NOT_TEST_BUILD: true,
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug",
TARGET_CMAKE_ARGS: "-DTESSERACT_ENABLE_CLANG_TIDY=ON -DTESSERACT_ENABLE_TESTING=ON"}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: 'ipa-mdl/industrial_ci@revert-revert-colcon-chain'
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
test:
strategy:
Expand All @@ -49,11 +51,12 @@ jobs:
UPSTREAM_WORKSPACE: 'dependencies.rosinstall',
ROSDEP_SKIP_KEYS: "bullet3 fcl ompl",
DOCKER_IMAGE: "mpowelson/tesseract:eloquent",
Comment thread
mpowelson marked this conversation as resolved.
AFTER_INIT: "apt-get upgrade -y",
BADGE: bionic,
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug",
TARGET_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON"}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: 'ipa-mdl/industrial_ci@revert-revert-colcon-chain'
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}