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

steps_windows.yml « azure-pipelines « .ci - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2547867a77dab93eefd7ad83ecc7b5f9400142a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2020-2021 The Mumble Developers. All rights reserved.
# Use of this source code is governed by a BSD-style license
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.

steps:
  - script: git submodule --quiet update --init --recursive
    displayName: 'Fetch submodules'
  - powershell: .ci/azure-pipelines/install-environment_windows.ps1
    displayName: 'Install build environment'
  - script: .ci/azure-pipelines/build_windows.bat
    env:
      MUMBLE_BUILD_NUMBER_TOKEN: $(BUILD_NUMBER_TOKEN)
    displayName: 'Build'
  - template: task-publish-artifacts.yml
    parameters:
      name: 'Windows (${{parameters.arch}}) installer'