diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-05-12 20:55:59 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-05-12 20:55:59 -0700 |
commit | 59ce480f9663cf662a1dd2e5e74ddc6f1d5de22e (patch) | |
tree | 1e42e6b29634a83b65d4778854810fc6345dfcff /appveyor.yml | |
parent | 7342c5ed8c95cc25241b45e91a98b4048c12fe6a (diff) |
Add Visual Studio 2015 to AppVeyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 641b835..289c036 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,5 @@ +os: Visual Studio 2015 RC version: "{branch}-{build}" build_script: - - ps: .\tests\autotest-appveyor.ps1
\ No newline at end of file + - ps: .\tests\autotest-appveyor.ps1 |