summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-10-31 15:13:21 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-10-31 15:13:21 +0100
commit7119f386676c233e68028e62591f6bd2d34e9681 (patch)
tree07658ada0f8a8ac6db47b79f4c50cfa209724f42
parent24d87fefe21af441059aa6e9705469dea4143126 (diff)
downloadATCD-7119f386676c233e68028e62591f6bd2d34e9681.tar.gz
Fixed indent
-rw-r--r--azure-pipelines.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 0f0c5258730..49dcb44e1c4 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -124,24 +124,24 @@ jobs:
CC: clang-5.0
CXX: clang++-5.0
PackageDeps: clang-5.0
- RepoDep: ppa:llvm-toolchain-trusty-5.0
+ RepoDep: 'ppa:llvm-toolchain-trusty-5.0'
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
CLANG6:
CC: clang-6.0
CXX: clang++-6.0
PackageDeps: clang-6.0
- RepoDep: ppa:llvm-toolchain-trusty-6.0
+ RepoDep: 'ppa:llvm-toolchain-trusty-6.0'
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
CLANG7:
CC: clang-7
CXX: clang++-7
PackageDeps: clang-7
- RepoDep: ppa:llvm-toolchain-trusty-7
+ RepoDep: 'ppa:llvm-toolchain-trusty-7'
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
steps:
- script: |
sudo add-apt-repository $(RepoDep) -y
- condition: and(succeeded(), ne(variables['RepoDep'], ''))
+ condition: and(succeeded(), ne(variables['RepoDep'], ''))
displayName: install optional repositories
- script: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y