From 7deef0e27d814e9315072557207d6e715e28f75a Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 23 Feb 2023 10:41:46 +0200 Subject: [PATCH] Remove double-quotes. --- appveyor.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 20fd750b5..9bb5073ea 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -333,13 +333,13 @@ for: - ps: | if ($env:COMPILER -eq "msvc") { - & "qbs.exe setup-toolchains $env:MSVC_PATH\cl.exe $env:COMPILER" - & "qbs.exe config profiles.qt6.baseProfile $env:COMPILER" + & qbs.exe setup-toolchains $env:MSVC_PATH\cl.exe $env:COMPILER + & qbs.exe config profiles.qt6.baseProfile $env:COMPILER } else { - & "qbs.exe setup-toolchains $env:MINGW_PATH\g++.exe $env:COMPILER" - & "qbs.exe config profiles.qt6.baseProfile $env:COMPILER" + & qbs.exe setup-toolchains $env:MINGW_PATH\g++.exe $env:COMPILER + & qbs.exe config profiles.qt6.baseProfile $env:COMPILER } - qbs config --list profiles @@ -457,7 +457,6 @@ for: - job_name: MacOS_10_15_Qt_5_15 (qbs, singlebundle) init: - - xcode-select --install - sudo xcode-select -p - sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app/Contents/Developer - brew update > /dev/null