mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Set ccache directory
This commit is contained in:
parent
a4c5d537a1
commit
348494927b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -110,6 +110,9 @@ jobs:
|
|||
-DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE \
|
||||
-DCMAKE_CXX_FLAGS="-DCMAKE_CXX_FLAGS=-DJSON_HAS_CPP_14"
|
||||
- name: build
|
||||
env:
|
||||
# TODO: use environment variable $HOME/.ccache
|
||||
CCACHE_DIR: /home/runner/.ccache
|
||||
run: cmake --build build --parallel 4 --verbose
|
||||
- name: unit-test
|
||||
run: ./bin/snapcast_test
|
||||
|
|
Loading…
Add table
Reference in a new issue