mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
CI: add ccache to macOS
This commit is contained in:
@@ -66,6 +66,12 @@ else
|
|||||||
fi
|
fi
|
||||||
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
|
# Python dependencies
|
||||||
echo "[macos.sh] Installing Python3 dependencies"
|
echo "[macos.sh] Installing Python3 dependencies"
|
||||||
# We need to have future to install pymavlink later.
|
# We need to have future to install pymavlink later.
|
||||||
|
|||||||
Reference in New Issue
Block a user