We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f946b28 commit 9f4a9adCopy full SHA for 9f4a9ad
1 file changed
appveyor.yml
@@ -30,9 +30,7 @@ matrix:
30
- image: Visual Studio 2019
31
BUILD_COMBO: linux-clang
32
33
-configuration:
34
- - Debug
35
- - Release
+configuration: Release
36
37
install:
38
- cmd: set PATH=%PATH%;%QT_DIR%\\bin
@@ -65,7 +63,6 @@ deploy:
65
63
artifact: mingw_binaries,gcc_binaries
66
64
on:
67
APPVEYOR_REPO_TAG: true
68
- configuration: Release
69
70
# on_finish:
71
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
0 commit comments