We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d3906 commit f0d0276Copy full SHA for f0d0276
.env
@@ -2,10 +2,17 @@
2
CMAKE_CXX_STANDARD=17
3
CMAKE_BUILD_TYPE=Release
4
5
+CCACHE_COMPILERCHECK=content
6
+CCACHE_COMPRESS=1
7
+CCACHE_COMPRESSLEVEL=5
8
+CCACHE_MAXSIZE=700M
9
+CCACHE_DIR=/opt/foo/build/ccache
10
+
11
FOO_BUILD_DIR=/opt/foo/build
12
FOO_OUTPUT_DIR=/opt/foo/output
13
FOO_TESTS_ENABLED=ON
14
FOO_RUN_TESTS=ON
15
16
# Temporary: Turn off coverage reporting (requires lcov but not yet in DARMA/workflows setup requirements)
17
FOO_COVERAGE_ENABLED=OFF
18
FOO_COVERAGE_REPORT=/opt/foo/output/cov
0 commit comments