We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac95f59 commit 74a0a1cCopy full SHA for 74a0a1c
1 file changed
appveyor.yml
@@ -30,15 +30,13 @@ matrix:
30
- image: Visual Studio 2019
31
BUILD_COMBO: linux-clang
32
33
-install:
34
- - cmd: set PATH=%PATH%;%QT_DIR%\\bin
35
- - sh: export PATH="${PATH}:${QT_DIR}/bin"
36
-
37
configuration:
38
#- Debug
39
- Release
40
41
install:
+ - cmd: set PATH=%PATH%;%QT_DIR%\\bin
+ - sh: export PATH="${PATH}:${QT_DIR}/bin"
42
- ps: ./ci/setup.ps1
43
#- sh: source /opt/qt512/bin/qt512-env.sh
44
0 commit comments