Skip to content

Commit 9f4a9ad

Browse files
committed
CI: only do release builds
1 parent f946b28 commit 9f4a9ad

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ matrix:
3030
- image: Visual Studio 2019
3131
BUILD_COMBO: linux-clang
3232

33-
configuration:
34-
- Debug
35-
- Release
33+
configuration: Release
3634

3735
install:
3836
- cmd: set PATH=%PATH%;%QT_DIR%\\bin
@@ -65,7 +63,6 @@ deploy:
6563
artifact: mingw_binaries,gcc_binaries
6664
on:
6765
APPVEYOR_REPO_TAG: true
68-
configuration: Release
6966

7067
# on_finish:
7168
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)