Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Oct 31, 2020
1 parent c002f1c commit c029ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -161,7 +161,7 @@ stages:
vmImage: ubuntu-latest
steps:
- script: |
/usr/bin/docker run --rm -t -v $(Build.SourcesDirectory)/iutest:/home/wine/.wine/drive_c/iutest/ madduci/docker-wine-msvc:16.7-2019 ./iutest/.ci/cmake-test.bat
/usr/bin/docker run --rm -it -v $(Build.SourcesDirectory)/iutest:/home/wine/.wine/drive_c/iutest/ madduci/docker-wine-msvc:16.7-2019 ./iutest/.ci/cmake-test.bat
displayName: 'cmake test'
- job: logout
pool:
Expand Down

0 comments on commit c029ec9

Please sign in to comment.