1 parent a93cae2 commit 4a569c2Copy full SHA for 4a569c2
1 file changed
script/ci.sh
@@ -28,7 +28,7 @@ fi
28
# Function to install doctest
29
_install_doctest() {
30
cd "$REPO_DIR"
31
- git clone --depth=1 --branch=v2.4.12 https://github.com/doctest/doctest
+ git clone --depth=1 --branch=dev https://github.com/doctest/doctest
32
cd doctest && mkdir -p build && cd build
33
cmake .. -DDOCTEST_WITH_TESTS=OFF -DDOCTEST_WITH_MAIN_IN_STATIC_LIB=OFF -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX
34
cmake --build . --config Release --target install
0 commit comments