Skip to content

Commit

Permalink
test dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Mar 4, 2020
1 parent d161cde commit e4e33b9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions data/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,17 @@ jobs:
python data/pyinstaller_helper.py
for /f %%i in ('python src/urh/version.py') do set URHVERSION=%%i
iscc /dMyAppVersion=%URHVERSION% /dArch=$(python.arch) data/inno.iss
condition: or(contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['python.arch'], 'x64'))
displayName: "Create setup.exe"
- script: |
cd pyinstaller\urh
urh_debug.exe autoclose
condition: or(contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['python.arch'], 'x64'))
displayName: "Test dist"
condition: or(contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['python.arch'], 'x64'))
displayName: "Create setup.exe"
- task: PublishBuildArtifacts@1
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: dist/
artifactName: 'dist'
Expand Down

0 comments on commit e4e33b9

Please sign in to comment.