upload alpha releases (with debug info)

This commit is contained in:
Akash Mozumdar 2021-01-30 22:56:31 -07:00
parent 9e6f638488
commit 68b382e5fa

View File

@ -31,13 +31,17 @@ before_build:
- cd C:\ - cd C:\
- mkdir %suffix% - mkdir %suffix%
- cd %suffix% - cd %suffix%
- cmake -G "%msvc_name%" -A "%platform%" -DQt5_DIR="C:\Qt\5.13\%qtbin%\lib\cmake\Qt5" -DCMAKE_BUILD_TYPE="Release" ../Textractor - cmake -G "%msvc_name%" -A "%platform%" -DQt5_DIR="C:\Qt\5.13\%qtbin%\lib\cmake\Qt5" -DCMAKE_BUILD_TYPE="RelWithDebInfo" ../Textractor
build: build:
project: C:\%suffix%\Textractor.sln project: C:\%suffix%\Textractor.sln
parallel: true parallel: true
verbosity: normal verbosity: normal
after_build:
- 7z a Textractor-Alpha.zip C:\Textractor\builds\*
- appveyor PushArtifact Textractor-Alpha.zip
#after_test: #after_test:
# - ps: if($env:APPVEYOR_REPO_BRANCH -eq "release" -and $env:packaging -eq "true") { $env:PUBLISH_BINARY = 'true' } # - ps: if($env:APPVEYOR_REPO_BRANCH -eq "release" -and $env:packaging -eq "true") { $env:PUBLISH_BINARY = 'true' }
# - ps: if($env:APPVEYOR_REPO_COMMIT_MESSAGE.contains('[publish]') -and $env:packaging -eq "true") { $env:PUBLISH_BINARY = 'true' } # - ps: if($env:APPVEYOR_REPO_COMMIT_MESSAGE.contains('[publish]') -and $env:packaging -eq "true") { $env:PUBLISH_BINARY = 'true' }