Skip to content

Commit 2588fbf

Browse files
committed
Try ccache
Oops Test Comments
1 parent 5857e6e commit 2588fbf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- integration
1011
jobs:
1112
ci:
1213
name: CI
@@ -19,11 +20,14 @@ jobs:
1920
steps:
2021
- uses: actions/checkout@v4
2122
with:
23+
# Re-enable when we put the simulator in the CI pipeline.
2224
# lfs: "true"
2325
# This makes sure that $GITHUB_WORKSPACE is the catkin workspace path
2426
path: "src/mrover"
2527
- name: Style Check
2628
run: . /home/mrover/ros2_ws/src/mrover/venv/bin/activate && cd $GITHUB_WORKSPACE/src/mrover/ && ./style.sh
29+
- name: Compiler Cache
30+
uses: hendrikmuhs/[email protected]
2731
- name: Build
2832
if: github.event.pull_request.draft == false
2933
run: . /opt/ros/humble/setup.sh && . /home/mrover/ros2_ws/src/mrover/venv/bin/activate && cd $GITHUB_WORKSPACE/src/mrover/ && ./build.sh

ansible/roles/ci/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# - neovim
6565
# - sudo
6666
- cmake
67-
# - ccache # Caches intermediate build files, speeds up compilation over time
67+
- ccache # Caches intermediate build files, speeds up compilation over time
6868
- ninja-build # Faster than make
6969
# - tmux
7070
# - htop

0 commit comments

Comments
 (0)