Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Esser <me@besser82.io>2016-12-28 04:53:01 +0300
committerCong <congusbongus@gmail.com>2016-12-28 04:53:01 +0300
commit4566409c3abbd9cee837363d505b81101384205c (patch)
tree011ce6bd9cfac9c470fb55d5c1446d7f930faf7e
parent76ba6aa96dee0e0623acc8c2708290c8535f3b46 (diff)
fix CMake-generator for AppVeyor (#46)appveyor
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c4498e4..ad4ab32 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,5 +18,5 @@ build:
project: $(project_name)
before_build:
- - cd samples && cmake -G "Visual Studio 2015" . && cd -
- - cd tests && cmake -G "Visual Studio 2015" . && cd -
+ - cd samples && cmake -G "Visual Studio 14 2015" . && cd -
+ - cd tests && cmake -G "Visual Studio 14 2015" . && cd -