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
path: root/.ci
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-08-12 19:07:25 +0300
committerRobert Adam <dev@robert-adam.de>2020-08-12 19:26:36 +0300
commitf0b8a1683a4f7d0d93618d0e0e48a0f4293f2609 (patch)
treea748ad8df53a2c9bd998eeef7005a9e3d00864ec /.ci
parente563b1f2a4683fd904f3c69bb1774549a1596359 (diff)
CI(azure): Disable environment caching
This feature of AzurePipelines has only been introduced recently. However it turned out that on average the caching of the environment takes significantly more time than simply downloading it on every run. Thus this commit disables environment caching again.
Diffstat (limited to '.ci')
-rw-r--r--.ci/azure-pipelines/steps_macos.yml2
-rw-r--r--.ci/azure-pipelines/steps_windows.yml1
2 files changed, 0 insertions, 3 deletions
diff --git a/.ci/azure-pipelines/steps_macos.yml b/.ci/azure-pipelines/steps_macos.yml
index 8463c4f52..26c0c96c7 100644
--- a/.ci/azure-pipelines/steps_macos.yml
+++ b/.ci/azure-pipelines/steps_macos.yml
@@ -7,8 +7,6 @@ steps:
- script: git submodule --quiet update --init --recursive
displayName: 'Fetch submodules'
- ${{if eq(parameters.installEnvironment, true)}}:
- - template: task-environment-cache.yml
- - ${{if eq(parameters.installEnvironment, true)}}:
- script: .ci/azure-pipelines/install-environment_macos.bash
displayName: 'Install build environment'
- script: .ci/azure-pipelines/build_macos.bash
diff --git a/.ci/azure-pipelines/steps_windows.yml b/.ci/azure-pipelines/steps_windows.yml
index f368b43f2..b2e6012d0 100644
--- a/.ci/azure-pipelines/steps_windows.yml
+++ b/.ci/azure-pipelines/steps_windows.yml
@@ -1,7 +1,6 @@
steps:
- script: git submodule --quiet update --init --recursive
displayName: 'Fetch submodules'
- - template: task-environment-cache.yml
- powershell: .ci/azure-pipelines/install-environment_windows.ps1
displayName: 'Install build environment'
- script: .ci/azure-pipelines/build_windows.bat