Skip to content

Commit

Permalink
fixup! ci: Test CMake edge cases
Browse files Browse the repository at this point in the history
Some ccache-related improvements.
  • Loading branch information
hebasto committed Mar 13, 2024
1 parent 5e65a38 commit a1775e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ concurrency:
group: ${{ github.workflow }}${{ github.event_name != 'pull_request' && github.run_id || github.ref }}
cancel-in-progress: true

env:
CCACHE_COMPILERCHECK: 'content'

jobs:
build-info:
name: 'Test obj/build.h generation'
Expand Down Expand Up @@ -393,6 +396,9 @@ jobs:
triplet: 'x64-windows-static'
preset: 'vs2022-static'

env:
CCACHE_MAXSIZE: '100M'

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -511,6 +517,9 @@ jobs:
id: 'xcode-15.2'
path: '/Applications/Xcode_15.2.app'

env:
CCACHE_MAXSIZE: '350M'

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a1775e1

Please sign in to comment.