1
0
forked from fsfw/fsfw

bump catch2 version

This commit is contained in:
2022-09-06 15:47:04 +02:00
parent eb03bf52a6
commit 07ef9a0ec3
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ 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-preview5 && \
git checkout v3.1.0 && \
cmake -Bbuild -H. -DBUILD_TESTING=OFF && \
cmake --build build/ --target install