mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
CI: add ccache to macOS
This commit is contained in:
parent
3e1b7d4d0a
commit
f751974b41
@ -66,6 +66,12 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
# Install ccache (used by cmake/ccache.cmake to speed up builds)
|
||||
if ! command -v ccache &> /dev/null; then
|
||||
echo "[macos.sh] Installing ccache"
|
||||
brew install ccache
|
||||
fi
|
||||
|
||||
# Python dependencies
|
||||
echo "[macos.sh] Installing Python3 dependencies"
|
||||
# We need to have future to install pymavlink later.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user