@ -38,13 +38,7 @@ jobs:
@@ -38,13 +38,7 @@ jobs:
restore-keys : ${{github.workflow}}-ccache-${{ matrix.toolchain }}- # restore ccache from either previous build on this branch or on master
- name : setup ccache
run : |
mkdir -p ~/.ccache
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 400M" >> ~/.ccache/ccache.conf
ccache -s
ccache -z
. .github/workflows/ccache.env
- name : build copter ${{ matrix.toolchain }}
shell : bash
run : |
@ -96,13 +90,7 @@ jobs:
@@ -96,13 +90,7 @@ jobs:
restore-keys : ${{github.workflow}}-ccache-base- # restore ccache from either previous build on this branch or on master
- name : setup ccache
run : |
mkdir -p ~/.ccache
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 400M" >> ~/.ccache/ccache.conf
ccache -s
ccache -z
. .github/workflows/ccache.env
- name : test ${{matrix.config}}
env:
CI_BUILD_TARGET : ${{matrix.config}}
@ -157,13 +145,7 @@ jobs:
@@ -157,13 +145,7 @@ jobs:
restore-keys : ${{github.workflow}}-ccache-base- # restore ccache from either previous build on this branch or on master
- name : setup ccache
run : |
mkdir -p ~/.ccache
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 400M" >> ~/.ccache/ccache.conf
ccache -s
ccache -z
. .github/workflows/ccache.env
- name : build heli
shell : bash
run : |
@ -203,13 +185,7 @@ jobs:
@@ -203,13 +185,7 @@ jobs:
restore-keys : ${{github.workflow}}-ccache-base- # restore ccache from either previous build on this branch or on master
- name : setup ccache
run : |
mkdir -p ~/.ccache
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 400M" >> ~/.ccache/ccache.conf
ccache -s
ccache -z
. .github/workflows/ccache.env
- name : test ${{matrix.config}}
env:
CI_BUILD_TARGET : ${{matrix.config}}