diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5a795a7d58..af6b01dff6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -os: Visual Studio 2013 +os: Visual Studio 2015 shallow_clone: true @@ -24,7 +24,7 @@ build_script: - ps: $ErrorActionPreference= 'silentlycontinue' # Setup Visual Studio compiler environment - - call "%VS120COMNTOOLS%..\..\VC\bin\vcvars32.bat" + - call "%VS140COMNTOOLS%..\..\VC\bin\vcvars32.bat" # # Build Kodi |