Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.ci/azure-pipelines/steps_windows.yml')
-rw-r--r--.ci/azure-pipelines/steps_windows.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.ci/azure-pipelines/steps_windows.yml b/.ci/azure-pipelines/steps_windows.yml
index 2547867a7..6b4fdfefa 100644
--- a/.ci/azure-pipelines/steps_windows.yml
+++ b/.ci/azure-pipelines/steps_windows.yml
@@ -12,6 +12,13 @@ steps:
env:
MUMBLE_BUILD_NUMBER_TOKEN: $(BUILD_NUMBER_TOKEN)
displayName: 'Build'
+ - script: 'cd /d %BUILD_BINARIESDIRECTORY% & ctest --verbose'
+ env:
+ # Set timeout for tests to 15min
+ QTEST_FUNCTION_TIMEOUT: 900000
+ displayName: 'Test'
+ - script: .ci/azure-pipelines/release_windows.bat
+ displayName: 'Release'
- template: task-publish-artifacts.yml
parameters:
name: 'Windows (${{parameters.arch}}) installer'