Skip to content

Commit

Permalink
Run .exe in CI for testing (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Mar 4, 2020
1 parent 65e3c13 commit c0f2e28
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/azure-pipelines.yml
Expand Up @@ -163,6 +163,12 @@ jobs:
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 urh_debug.exe"
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: dist/
Expand Down Expand Up @@ -301,4 +307,4 @@ jobs:
pip install .
urh --version
urh autoclose
displayName: 'Test run'
displayName: 'Testrun'

0 comments on commit c0f2e28

Please sign in to comment.