- python scripts/update_deps.py --dir=external
# Get Google Test
- git clone https://github.com/google/googletest.git external/googletest
+ - cd external/googletest
+ - git checkout tags/release-1.8.1
+ - cd %APPVEYOR_BUILD_FOLDER%
# Generate build files using CMake for the build step.
- echo Generating CMake files for %PLATFORM%
- mkdir build
python scripts/update_deps.py --dir=external $UPDATE_DEPS_EXTRA_OPTIONS
# Get Google Test
git clone https://github.com/google/googletest.git external/googletest
+ pushd ${TRAVIS_BUILD_DIR}/external/googletest
+ git checkout tags/release-1.8.1
+ popd
fi
- |
if [[ "$CHECK_FORMAT" == "ON" && "$TRAVIS_PULL_REQUEST" != "false" ]]; then
Vulkan-Loader repository and run:
git clone https://github.com/google/googletest.git external/googletest
+ cd external/googletest
+ git checkout tags/release-1.8.1
before configuring your build with CMake.