fix update submodules script

This commit is contained in:
2019-05-15 15:43:05 +07:00
parent dfccfb87fa
commit 54c56b11c1

View File

@@ -14,10 +14,8 @@ mkdir -p $UNTESTS_DIR
mkdir -p $HEADERS_RDPARTY_DIR
mkdir -p $SOURCES_RDPARTY_DIR
git submodule init
git submodule update
git pull --recurse-submodules
git submodule update --init --remote --recursive
git submodule update --init --recursive
git submodule update --remote
mkdir -p $UNTESTS_DIR/catch
cp -fv $MODULES_DIR/catch2/single_include/catch2/catch.hpp $UNTESTS_DIR/catch/catch.hpp