Removed 7zip installation from appveyor. It is pre-installed now.

This commit is contained in:
Takatoshi Kondo
2015-08-11 20:00:48 +09:00
parent 5adea26044
commit e719cbbb7a

View File

@@ -1,6 +1,5 @@
version: 1.1.0.{build}
before_build:
- cinst 7zip.commandline -x86 -y
- appveyor DownloadFile http://googletest.googlecode.com/files/gtest-1.7.0.zip -FileName gtest-1.7.0.zip
- 7z x gtest-1.7.0.zip > NUL
- cd gtest-1.7.0