Build: Pin googletest to a version that works with visual studio 2013.

This commit is contained in:
John Kessenich 2018-10-26 11:28:37 -06:00
parent 25ed3fce0c
commit f0928b3f56
2 changed files with 13 additions and 1 deletions

5
.appveyor.yml Normal file → Executable file
View file

@ -31,8 +31,11 @@ matrix:
# scripts that run after cloning repository
install:
- git clone https://github.com/google/googletest.git External/googletest
- C:/Python27/python.exe update_glslang_sources.py
- git clone https://github.com/google/googletest.git External/googletest
- cd External/googletest
- git checkout 440527a61e1c91188195f7de212c63c77e8f0a45
- cd ../..
build:
parallel: true # enable MSBuild parallel builds