mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
Merge pull request #2938 from Assumeru/gtest
Update Windows CI script to Google Test 1.10.0
This commit is contained in:
commit
d5d5fab92e
@ -504,11 +504,11 @@ if [ -z $SKIP_DOWNLOAD ]; then
|
|||||||
|
|
||||||
# Google test and mock
|
# Google test and mock
|
||||||
if [ ! -z $TEST_FRAMEWORK ]; then
|
if [ ! -z $TEST_FRAMEWORK ]; then
|
||||||
echo "Google test 1.8.1..."
|
echo "Google test 1.10.0..."
|
||||||
if [ -d googletest ]; then
|
if [ -d googletest ]; then
|
||||||
printf " Google test exists, skipping."
|
printf " Google test exists, skipping."
|
||||||
else
|
else
|
||||||
git clone -b release-1.8.1 https://github.com/google/googletest.git
|
git clone -b release-1.10.0 https://github.com/google/googletest.git
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
@ -820,7 +820,7 @@ cd $DEPS
|
|||||||
echo
|
echo
|
||||||
# Google Test and Google Mock
|
# Google Test and Google Mock
|
||||||
if [ ! -z $TEST_FRAMEWORK ]; then
|
if [ ! -z $TEST_FRAMEWORK ]; then
|
||||||
printf "Google test 1.8.1 ..."
|
printf "Google test 1.10.0 ..."
|
||||||
|
|
||||||
cd googletest
|
cd googletest
|
||||||
if [ ! -d build ]; then
|
if [ ! -d build ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user