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 11:54:46 +0300
committerAnoop Kunchukuttan (STC INDIA) <ankunchu@microsoft.com>2020-09-03 11:54:46 +0300
commit1ec64c8816aacbfb930f6e27b845ed035284a1a1 (patch)
tree250791950d0b36092bcdeffb82fb3e5ea7493bbe
parente9341518459b3c41443484cc0e58d867d9c663e4 (diff)
add libssl-dev package installation to build pipeline
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7998f0f76..123b94891 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -45,6 +45,7 @@ steps:
zlib1g-dev \
libicu-dev \
libboost-all-dev \
+ libssl-dev \
libbz2-dev \
liblzma-dev \
python-dev \