diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3c60a4690..e2664b4cb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,7 +56,12 @@ environment: OPENSSL: OFF TESTING: ON STATICLIB: ON - + - PRJ_GEN: "Visual Studio 14 2015" + BDIR: msvc2015 + PRJ_CFG: Release + OPENSSL: OFF + TESTING: ON + STATICLIB: ON build_script: - mkdir build.%BDIR% |