mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-16 14:08:59 +07:00
fix update submodules script
This commit is contained in:
@@ -14,10 +14,8 @@ mkdir -p $UNTESTS_DIR
|
|||||||
mkdir -p $HEADERS_RDPARTY_DIR
|
mkdir -p $HEADERS_RDPARTY_DIR
|
||||||
mkdir -p $SOURCES_RDPARTY_DIR
|
mkdir -p $SOURCES_RDPARTY_DIR
|
||||||
|
|
||||||
git submodule init
|
git submodule update --init --recursive
|
||||||
git submodule update
|
git submodule update --remote
|
||||||
git pull --recurse-submodules
|
|
||||||
git submodule update --init --remote --recursive
|
|
||||||
|
|
||||||
mkdir -p $UNTESTS_DIR/catch
|
mkdir -p $UNTESTS_DIR/catch
|
||||||
cp -fv $MODULES_DIR/catch2/single_include/catch2/catch.hpp $UNTESTS_DIR/catch/catch.hpp
|
cp -fv $MODULES_DIR/catch2/single_include/catch2/catch.hpp $UNTESTS_DIR/catch/catch.hpp
|
||||||
|
|||||||
Reference in New Issue
Block a user