Skip to content

xcode-buildcache-action

Actions
GitHub Action that installs and configures xcode build cache to accelerate compilation
v1.1.0
Latest
Star (0)

refer to buildcache-action

Accelerate builds using buildcache

Use this GitHub Action to accelerate compilation in your GitHub workflows using buildcache

Workflow Integration

Default Style

The defaults fit most projects well.

jobs:
  ios:
  runs-on: macos-latest
  steps:
    - uses: LeifHwang/xcode-buildcache-action@v1

Build Integration

Minimal change: override compiler on command line

If 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.

About

GitHub Action that installs and configures xcode build cache to accelerate compilation
v1.1.0
Latest

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.