Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme committed Dec 7, 2024
1 parent 4b92f71 commit cdd4810
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,15 +302,15 @@ for:
- ps: |
$env:package_version = ("$(git describe --tags --always --long)").trim()
Update-AppveyorBuild -Version "$env:package_version-$env:APPVEYOR_BUILD_NUMBER"
- cmd: |
set MINGW_PATH=C:\Qt\Tools\mingw1310_64
if not exist "%MINGW_PATH%" (
echo Mingw tools not found. Installing...
pip install --disable-pip-version-check aqtinstall
python -m aqt install-tool windows desktop tools_mingw1310 --outputdir C:\Qt
) else (
echo Mingw tools already cached. Skipping download.
)
- cmd: |
set MINGW_PATH=C:\Qt\Tools\mingw1310_64
if not exist "%MINGW_PATH%" (
echo Mingw tools not found. Installing...
pip install --disable-pip-version-check aqtinstall
python -m aqt install-tool windows desktop tools_mingw1310 --outputdir C:\Qt
) else (
echo Mingw tools already cached. Skipping download.
)
before_build:
- cmd: if %COMPILER%==MinGW if %ARCH%==x64 set PATH=%MINGW_PATH%;%PATH%
Expand Down

0 comments on commit cdd4810

Please sign in to comment.