Skip to content

Commit 4a569c2

Browse files
committed
Test
1 parent a93cae2 commit 4a569c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828
# Function to install doctest
2929
_install_doctest() {
3030
cd "$REPO_DIR"
31-
git clone --depth=1 --branch=v2.4.12 https://github.com/doctest/doctest
31+
git clone --depth=1 --branch=dev https://github.com/doctest/doctest
3232
cd doctest && mkdir -p build && cd build
3333
cmake .. -DDOCTEST_WITH_TESTS=OFF -DDOCTEST_WITH_MAIN_IN_STATIC_LIB=OFF -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX
3434
cmake --build . --config Release --target install

0 commit comments

Comments
 (0)