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_linux.yml')
-rw-r--r--.ci/azure-pipelines/steps_linux.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.ci/azure-pipelines/steps_linux.yml b/.ci/azure-pipelines/steps_linux.yml
index 3188a77a2..e2a204f48 100644
--- a/.ci/azure-pipelines/steps_linux.yml
+++ b/.ci/azure-pipelines/steps_linux.yml
@@ -12,8 +12,10 @@ steps:
env:
MUMBLE_BUILD_NUMBER_TOKEN: $(BUILD_NUMBER_TOKEN)
displayName: 'Build'
+ - script: 'cd $BUILD_BINARIESDIRECTORY; ctest --verbose'
+ displayName: 'Test'
- script: .ci/azure-pipelines/package_AppImage.bash
- displayName: 'Package AppImage'
+ displayName: 'Release'
- template: task-publish-artifacts.yml
parameters:
name: "AppImage"