Skip to content

Commit

Permalink
Fix Stable/Daily build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Gagne authored and DonLakeFlyer committed Jan 19, 2021
1 parent 8c568e5 commit d24b9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install:
Write-Host "Installed" -ForegroundColor Green
build_script:
- if %APPVEYOR_REPO_TAG% EQU "true" ( set STABLE_OR_DAILY=StableBuild ) else ( set STABLE_OR_DAILY=DailyBuild )
- ps: $env:STABLE_OR_DAILY = if ($env:APPVEYOR_REPO_TAG -eq $True) { "StableBuild" } else { "DailyBuild" }
- mkdir %SHADOW_BUILD_DIR% && cd %SHADOW_BUILD_DIR% && %QT_QMAKE_DIR%\qmake -r CONFIG+=%CONFIG% CONFIG+=%STABLE_OR_DAILY% %APPVEYOR_BUILD_FOLDER%\qgroundcontrol.pro
- cd %SHADOW_BUILD_DIR% && %QT_JOM_DIR%\jom
- if "%CONFIG%" EQU "installer" ( copy %SHADOW_BUILD_DIR%\staging\QGroundControl-installer.exe %APPVEYOR_BUILD_FOLDER%\QGroundControl-installer.exe )
Expand Down

0 comments on commit d24b9c4

Please sign in to comment.