We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e0bb1 commit 9650c4dCopy full SHA for 9650c4d
appveyor.yml
@@ -42,7 +42,6 @@ environment:
42
43
# scripts that are called at very beginning, before repo cloning
44
init:
45
- - powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force"
46
- git config --global core.autocrlf false
47
48
install:
@@ -59,6 +58,7 @@ build: off
59
58
60
# to run your custom scripts instead of automatic MSBuild
61
build_script:
+ - cmd: powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force"
62
- cmd: call "%INIT_BAT%" %VCVARARG%
63
- cmd: set PATH=%QT_PATH%\bin;C:\tools\vcpkg\installed\x64-windows\tools;C:\tools\vcpkg\installed\x86-windows\tools;%PATH%
64
- cmd: echo %PATH%
0 commit comments