.github/workflows/build.yml: enable ccache for Windows builds
This commit is contained in:
parent
568494440f
commit
4ae89b7b4a
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -265,6 +265,7 @@ jobs:
|
||||
msystem: ${{matrix.platform}}
|
||||
pacboy: >-
|
||||
cc:p
|
||||
ccache:p
|
||||
cmake:p
|
||||
dbus:p
|
||||
faad2:p
|
||||
@ -291,6 +292,11 @@ jobs:
|
||||
twolame:p
|
||||
yajl:p
|
||||
|
||||
- id: cache-ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
key: ${{ matrix.platform }}
|
||||
|
||||
- name: Compile and Test
|
||||
run: |
|
||||
meson setup "${{github.workspace}}/build" -Dbzip2=disabled -Dcdio_paranoia=disabled -Dchromaprint=disabled -Ddocumentation=disabled -Dfluidsynth=disabled -Dicu=disabled -Diso9660=disabled -Dmikmod=disabled -Dmpg123=disabled -Dnfs=disabled -Dsidplay=disabled -Dudisks=disabled -Dupnp=disabled -Dwavpack=disabled -Dzzip=disabled -Dtest=true -Dwarning_level=3
|
||||
|
Loading…
x
Reference in New Issue
Block a user