aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
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\].*/