diff options
author | Lenny Komow <lenny@lunarg.com> | 2018-06-01 16:06:25 -0600 |
---|---|---|
committer | Lenny Komow <lenny@lunarg.com> | 2018-06-04 15:59:51 -0600 |
commit | c4e560c31cbaa5121057e6bcca6c5f7aafb3f615 (patch) | |
tree | e240a1897e18630904537df990c8c99262103139 /.appveyor.yml | |
parent | 16d63efea2c4e6bef99d0cb21ed9d76882bbf8c4 (diff) | |
download | Vulkan-Loader-c4e560c31cbaa5121057e6bcca6c5f7aafb3f615.tar.gz Vulkan-Loader-c4e560c31cbaa5121057e6bcca6c5f7aafb3f615.tar.bz2 Vulkan-Loader-c4e560c31cbaa5121057e6bcca6c5f7aafb3f615.zip |
repo: Make CI clone googletest
Change-Id: Ic942992d4fbc9701ba14e5973faed85b5b2e8c22
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index e0d4037e..e33b15ff 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -42,6 +42,8 @@ before_build: - cmake -DCMAKE_INSTALL_PREFIX=%TEMP%\headers\install .. - cmake --build . --target install - ps: popd + # Get Google Test + - git clone https://github.com/google/googletest.git external/googletest # Generate build files using CMake for the build step. - echo Generating CMake files for %GENERATOR% - cd %TOP_DIR% |