xcode-buildcache-action
ActionsGitHub Action that installs and configures xcode build cache to accelerate compilation
v1.1.0
LatestBy LeifHwang
Tags
(2)refer to buildcache-action
Use this GitHub Action to accelerate compilation in your GitHub workflows using buildcache
The defaults fit most projects well.
jobs:
ios:
runs-on: macos-latest
steps:
- uses: LeifHwang/xcode-buildcache-action@v1If you want to isolate the integration to the Github Actions CI environment, run your Xcode build using specific overrides.
xcodebuild CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ <all other parameters>`
`xcode-buildcache-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.