mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
appveyor: enable skip_tags, RDP, disable fast_finish
This commit is contained in:
parent
d82caabb47
commit
98f9921413
13
appveyor.yml
13
appveyor.yml
@ -1,5 +1,7 @@
|
|||||||
version: '{build}'
|
version: '{build}'
|
||||||
|
|
||||||
|
skip_tags: true
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
# Disable the winfsp-tests built-in exception filter to allow WER to collect dumps.
|
# Disable the winfsp-tests built-in exception filter to allow WER to collect dumps.
|
||||||
WINFSP_TESTS_EXCEPTION_FILTER_DISABLE: 1
|
WINFSP_TESTS_EXCEPTION_FILTER_DISABLE: 1
|
||||||
@ -11,9 +13,9 @@ environment:
|
|||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
CONFIGURATION: Release
|
CONFIGURATION: Release
|
||||||
TESTING: Func
|
TESTING: Func
|
||||||
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
#- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
# CONFIGURATION: Release
|
# CONFIGURATION: Release
|
||||||
# TESTING: Func
|
# TESTING: Func
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
CONFIGURATION: Release
|
CONFIGURATION: Release
|
||||||
TESTING: Func
|
TESTING: Func
|
||||||
@ -22,11 +24,8 @@ environment:
|
|||||||
#- CONFIGURATION: Release
|
#- CONFIGURATION: Release
|
||||||
# TESTING: Perf
|
# TESTING: Perf
|
||||||
|
|
||||||
matrix:
|
|
||||||
fast_finish: true
|
|
||||||
|
|
||||||
init:
|
init:
|
||||||
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Hack to make WDK 1903 work on VS2015.
|
# Hack to make WDK 1903 work on VS2015.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user