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:
authorCong <congusbongus@gmail.com>2016-11-20 09:21:41 +0300
committerCong <congusbongus@gmail.com>2016-11-20 09:21:41 +0300
commit76ba6aa96dee0e0623acc8c2708290c8535f3b46 (patch)
tree2bc742d3fb0a36505ecb42baffe7e49430ab8e0a
parent5f1d428d813f0fe6758642e11d508611e108f124 (diff)
project matrix
-rw-r--r--appveyor.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 57fe887..c4498e4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,5 +1,10 @@
version: 1.2
+environment:
+ matrix:
+ - project_name: samples/tinydir.sln
+ - project_name: tests/tinydir_tests.sln
+
# Only build if file changes here
only_commits:
files:
@@ -10,8 +15,7 @@ only_commits:
image: Visual Studio 2015
build:
- project: samples/tinydir.sln
- project: tests/tinydir_tests.sln
+ project: $(project_name)
before_build:
- cd samples && cmake -G "Visual Studio 2015" . && cd -