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 868398b commit bebca6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -160,6 +160,11 @@ stages:
pool:
vmImage: ubuntu-latest
steps:
- script: |
/usr/local/bin/wine64-entrypoint cmake --version
target:
container: wine_msvc
displayName: 'cmake version'
- script: |
/usr/bin/docker exec -t -u wine ci-container /usr/local/bin/wine64-entrypoint ./.ci/cmake-test.bat
displayName: 'cmake test'
Expand Down

0 comments on commit bebca6b

Please sign in to comment.