Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund committed Aug 25, 2022
1 parent 00bf171 commit c442c2c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nightly
on:
on:
push:
pull_request:
schedule:
Expand All @@ -9,16 +9,22 @@ jobs:
build_and_test:
name: Nightly build and test
runs-on: ubuntu-20.04
container:
image: rostooling/setup-ros-docker:ubuntu-focal-latest
steps:
- name: deps
uses: ros-tooling/setup-ros@v0.2
uses: ros-tooling/setup-ros@v0.3
with:
required-ros-distributions: galactic
- name: install_clang
run: sudo apt update && sudo apt install -y clang clang-tools lld
- uses: actions/checkout@v2
- name: build_and_test
uses: ros-tooling/[email protected]
env:
QT_QPA_PLATFORM: offscreen
CC: clang
CXX: clang++
with:
target-ros2-distro: galactic
# build all packages listed in the meta package
Expand Down Expand Up @@ -59,7 +65,7 @@ jobs:
colcon-defaults: |
{
"build": {
"mixin": ["coverage-gcc"]
"mixin": ["coverage-gcc", "lld"]
}
}
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
Expand Down

0 comments on commit c442c2c

Please sign in to comment.