Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu_gallien@yahoo.fr>2021-05-11 20:11:54 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-07-21 14:33:07 +0300
commit505121f39452546bf6a61ac6c0bbff6fca5a7ab9 (patch)
treee9acf3701d87021251f53f2770307b527b2c723b /appveyor.yml
parent309e8bd183f20049109101c9aad3cdca051b29b8 (diff)
upgrade appveyor support to MSVC 2019
Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 289f58958..685299f10 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,7 +4,7 @@ branches:
only:
- master
-clone_depth: 50
+clone_depth: 1
init:
@@ -41,10 +41,8 @@ test_script:
environment:
matrix:
- - TARGET: windows-msvc2017_32-cl
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- - TARGET: windows-msvc2017_64-cl
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+ - TARGET: windows-msvc2019_64-cl
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
artifacts:
- path: binaries/*