diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-11-13 13:57:26 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2018-11-13 16:13:46 +0000 |
commit | 7f9aa9208cdefba78203e450f0573df84aeda5c9 (patch) | |
tree | 4d6b6ade586581f2647173992d0ae50877d31a7b | |
parent | bb01b10a27a5a0d7bf5a7193fb27cd9dad18274d (diff) | |
download | meson-7f9aa9208cdefba78203e450f0573df84aeda5c9.zip meson-7f9aa9208cdefba78203e450f0573df84aeda5c9.tar.gz meson-7f9aa9208cdefba78203e450f0573df84aeda5c9.tar.bz2 |
azure: Remove unneeded maxParallel
Default is unlimited, not 1
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bab9bfa..9cc01a1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,6 @@ jobs: vmImage: vs2015-win2012r2 strategy: - maxParallel: 10 matrix: vc2015x86ninja: arch: x86 @@ -36,7 +35,6 @@ jobs: vmImage: VS2017-Win2016 strategy: - maxParallel: 10 matrix: vc2017x64ninja: arch: x64 |