ccache ?
This commit is contained in:
@@ -7,7 +7,11 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CCACHE_BASEDIR: ${{ github.workspace }}
|
CCACHE_DIR: /ccache
|
||||||
|
CCACHE_MAXSIZE: 10G
|
||||||
|
CCACHE_BASEDIR: /root
|
||||||
|
CCACHE_NOHASHDIR: "true"
|
||||||
|
CCACHE_COMPILERCHECK: "%compiler% -dumpversion"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
@@ -15,6 +19,8 @@ jobs:
|
|||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
container:
|
container:
|
||||||
image: git.romainboullard.com/bigfootdev/linuxbigfootbuilder:main
|
image: git.romainboullard.com/bigfootdev/linuxbigfootbuilder:main
|
||||||
|
volumes:
|
||||||
|
- /ccache:/ccache
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
build_type: ["Debug", "RelWithDebInfo", "Release"]
|
build_type: ["Debug", "RelWithDebInfo", "Release"]
|
||||||
|
|||||||
Reference in New Issue
Block a user