summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-06 04:23:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-06 04:23:44 +0000
commit8b9f67e46f462980dd0877e752954a07bfecdb32 (patch)
tree7455f28cae7a78fdec431903475978bbff39f984 /azure-pipelines.yml
parentAdding upstream version 2.14.0. (diff)
downloadpre-commit-8b9f67e46f462980dd0877e752954a07bfecdb32.tar.xz
pre-commit-8b9f67e46f462980dd0877e752954a07bfecdb32.zip
Adding upstream version 2.15.0.upstream/2.15.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml26
1 files changed, 11 insertions, 15 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 58dee74..a468e8a 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -26,9 +26,9 @@ jobs:
Write-Host "##vso[task.prependpath]C:\Strawberry\perl\site\bin"
Write-Host "##vso[task.prependpath]C:\Strawberry\c\bin"
displayName: Add strawberry perl to PATH
- - task: PowerShell@2
- inputs:
- filePath: "testing/get-r.ps1"
+ - bash: testing/get-dart.sh
+ displayName: install dart
+ - powershell: testing/get-r.ps1
displayName: install R
- template: job--python-tox.yml@asottile
parameters:
@@ -38,13 +38,11 @@ jobs:
pre_test:
- task: UseRubyVersion@0
- template: step--git-install.yml
- - bash: |
- testing/get-coursier.sh
- echo '##vso[task.prependpath]/tmp/coursier'
+ - bash: testing/get-coursier.sh
displayName: install coursier
- - bash: |
- testing/get-swift.sh
- echo '##vso[task.prependpath]/tmp/swift/usr/bin'
+ - bash: testing/get-dart.sh
+ displayName: install dart
+ - bash: testing/get-swift.sh
displayName: install swift
- bash: testing/get-r.sh
displayName: install R
@@ -54,13 +52,11 @@ jobs:
os: linux
pre_test:
- task: UseRubyVersion@0
- - bash: |
- testing/get-coursier.sh
- echo '##vso[task.prependpath]/tmp/coursier'
+ - bash: testing/get-coursier.sh
displayName: install coursier
- - bash: |
- testing/get-swift.sh
- echo '##vso[task.prependpath]/tmp/swift/usr/bin'
+ - bash: testing/get-dart.sh
+ displayName: install dart
+ - bash: testing/get-swift.sh
displayName: install swift
- bash: testing/get-r.sh
displayName: install R