Skip to content

Commit

Permalink
#32: try a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 23, 2024
1 parent f9e9c9d commit 2014f32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/docker/build-and-test.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ RUN mkdir -p /opt/build/vt-tv

# Build
FROM base AS build
RUN export VT_TV_COVERAGE_ENABLED=OFF
RUN if [[ $CC == "gcc-11" ]]; then VT_TV_COVERAGE_ENABLED=ON; fi
RUN if [[ $CC == "gcc-11" ]]; then export VT_TV_COVERAGE_ENABLED=ON; fi
RUN /opt/src/vt-tv/ci/build.sh

# Unit tests
Expand Down

0 comments on commit 2014f32

Please sign in to comment.