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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnoop Kunchukuttan (STC INDIA) <ankunchu@microsoft.com>2020-09-03 10:34:53 +0300
committerAnoop Kunchukuttan (STC INDIA) <ankunchu@microsoft.com>2020-09-03 10:34:53 +0300
commit70aebfcbfb730d72bcca28fd676a881b0f47a80a (patch)
tree307a8a90385a57a04469894ac3729846de22abea /azure-pipelines.yml
parent33da1af73a76fa5083d98e0f8a95a33af53a49dc (diff)
fix errors in pipeline
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d02280fcf..05aa036d0 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -8,7 +8,7 @@ trigger:
pool:
#vmImage: 'ubuntu-latest'
- vmImage: ubuntu-16.04
+ vmImage: 'ubuntu-16.04'
steps:
@@ -52,7 +52,7 @@ steps:
imagemagick \
make \
cmake \
- libgoogle-perftools-dev (for tcmalloc) \
+ libgoogle-perftools-dev \
autoconf \
doxygen
displayName: 'Install Ubuntu packages'
@@ -82,7 +82,7 @@ steps:
./bjam \
--with-cmph=$PWD/cmph-2.0.2 \
--with-xmlrpc-c=$PWD/xmlrpc-c-1.51.06 \
- -j3
+ -j2
displayName: 'Build Moses'
- task: ComponentGovernanceComponentDetection@0