1
0
forked from fsfw/fsfw

workaround for build regression catch2-v3.0.0-preview4

This commit is contained in:
2022-02-07 15:51:06 +01:00
parent f93c173715
commit 2e4cd80556
2 changed files with 2 additions and 6 deletions

View File

@ -6,9 +6,3 @@ RUN apt-get --yes upgrade
#tzdata is a dependency, won't install otherwise
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get --yes install gcc g++ cmake make lcov git valgrind nano iputils-ping
RUN git clone https://github.com/catchorg/Catch2.git && \
cd Catch2 && \
git checkout v3.0.0-preview4 && \
cmake -Bbuild -H. -DBUILD_TESTING=OFF && \
cmake --build build/ --target install