aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2015-06-15 21:42:57 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2015-06-17 11:19:46 -0700
commit818c5eee08840355d70d2f3bdf1a2f17986a5e70 (patch)
treee6db0b1344385f8c48820c58d7297f653bff39f7 /appveyor.yml
parente96ff30120a3834f7d1e31e43e591bf7cfbd731f (diff)
downloadprotobuf-818c5eee08840355d70d2f3bdf1a2f17986a5e70.tar.gz
protobuf-818c5eee08840355d70d2f3bdf1a2f17986a5e70.tar.bz2
protobuf-818c5eee08840355d70d2f3bdf1a2f17986a5e70.zip
Fix broken builds.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 91862230..3653c041 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,9 +12,9 @@ environment:
- BUILD_DLL: ON
install:
- - ps: Start-FileDownload https://googletest.googlecode.com/files/gtest-1.7.0.zip
- - 7z x gtest-1.7.0.zip
- - rename gtest-1.7.0 gtest
+ - ps: Start-FileDownload https://googlemock.googlecode.com/files/gmock-1.7.0.zip
+ - 7z x gmock-1.7.0.zip
+ - rename gmock-1.7.0 gmock
before_build:
- if %platform%==Win32 set generator=Visual Studio 12
@@ -30,4 +30,5 @@ build_script:
- cd %configuration%
- tests.exe
-
+skip_commits:
+ message: /.*\[skip appveyor\].*/