Skip to content

Commit f0d0276

Browse files
committed
#1: add ccache environment variables
1 parent a3d3906 commit f0d0276

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
CMAKE_CXX_STANDARD=17
33
CMAKE_BUILD_TYPE=Release
44

5+
CCACHE_COMPILERCHECK=content
6+
CCACHE_COMPRESS=1
7+
CCACHE_COMPRESSLEVEL=5
8+
CCACHE_MAXSIZE=700M
9+
CCACHE_DIR=/opt/foo/build/ccache
10+
511
FOO_BUILD_DIR=/opt/foo/build
612
FOO_OUTPUT_DIR=/opt/foo/output
713
FOO_TESTS_ENABLED=ON
814
FOO_RUN_TESTS=ON
15+
916
# Temporary: Turn off coverage reporting (requires lcov but not yet in DARMA/workflows setup requirements)
1017
FOO_COVERAGE_ENABLED=OFF
1118
FOO_COVERAGE_REPORT=/opt/foo/output/cov

0 commit comments

Comments
 (0)