diff options
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% |