File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ # Environment variables to build and test the foo project
12CMAKE_CXX_STANDARD = 17
23CMAKE_BUILD_TYPE = Release
34
@@ -6,4 +7,5 @@ FOO_OUTPUT_DIR=/opt/foo/output
67FOO_RUN_TESTS = ON
78# Temporary: Turn off coverage reporting (requires lcov but not yet in DARMA/workflows setup requirements)
89FOO_COVERAGE_ENABLED = OFF
9- FOO_COVERAGE_REPORT = /opt/foo/output/cov
10+ FOO_COVERAGE_REPORT = /opt/foo/output/cov
11+ FOO_WERROR_ENABLED = 0
Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ jobs:
127127 -v /opt/foo/build:/opt/foo/build \
128128 -v /opt/foo/output:/opt/foo/output \
129129 -e CI="1" \
130+ -e https_proxy="" \
131+ -e http_proxy="" \
130132 ${{ matrix.runner.image }} \
131133 bash -c "$CMD"
132134 exit $(docker container inspect --format '{{.State.ExitCode}}' test-container)
You can’t perform that action at this time.
0 commit comments