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:
-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 -