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 <anoop.kunchukuttan@gmail.com>2020-09-30 20:08:27 +0300
committerAnoop Kunchukuttan <anoop.kunchukuttan@gmail.com>2020-09-30 20:08:27 +0300
commitd325b0d274c4e29ed632759f67c7a51642b0d6c1 (patch)
tree98db6c82b8f059aeae17b4bc5dcc8aebe6142d1b
parenta6c60a64125f61133a7efd51a3c789c7384bc821 (diff)
restored build commands
-rw-r--r--azure-pipelines.yml58
1 files changed, 29 insertions, 29 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 8eb153e35..fddd0faea 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -58,40 +58,40 @@ steps:
doxygen
displayName: 'Install Ubuntu packages'
-# - script: |
-# wget "https://sourceforge.net/projects/cmph/files/v2.0.2/cmph-2.0.2.tar.gz/download"
-# mv download cmph-2.0.2.tar.gz
-# tar xvzf cmph-2.0.2.tar.gz
-# cd cmph-2.0.2
-# ./configure --prefix=$PWD
-# make
-# make install
-# cd ..
-# displayName: 'Build and Install cmph'
-
-# - script: |
-# wget "https://sourceforge.net/projects/xmlrpc-c/files/Xmlrpc-c%20Super%20Stable/1.51.06/xmlrpc-c-1.51.06.tgz/download"
-# mv download xmlrpc-c-1.51.06.tgz
-# tar xvzf xmlrpc-c-1.51.06.tgz
-# cd xmlrpc-c-1.51.06
-# ./configure --prefix=$PWD
-# make
-# make install
-# sudo ldconfig
-# cd ..
-# displayName: 'Build and Install xmlrpc-c'
+- script: |
+ wget "https://sourceforge.net/projects/cmph/files/v2.0.2/cmph-2.0.2.tar.gz/download"
+ mv download cmph-2.0.2.tar.gz
+ tar xvzf cmph-2.0.2.tar.gz
+ cd cmph-2.0.2
+ ./configure --prefix=$PWD
+ make
+ make install
+ cd ..
+ displayName: 'Build and Install cmph'
-# - script: |
-# ./bjam \
-# --with-cmph=$PWD/cmph-2.0.2 \
-# --with-xmlrpc-c=$PWD/xmlrpc-c-1.51.06 \
-# -j2
-# displayName: 'Build Moses'
+- script: |
+ wget "https://sourceforge.net/projects/xmlrpc-c/files/Xmlrpc-c%20Super%20Stable/1.51.06/xmlrpc-c-1.51.06.tgz/download"
+ mv download xmlrpc-c-1.51.06.tgz
+ tar xvzf xmlrpc-c-1.51.06.tgz
+ cd xmlrpc-c-1.51.06
+ ./configure --prefix=$PWD
+ make
+ make install
+ sudo ldconfig
+ cd ..
+ displayName: 'Build and Install xmlrpc-c'
- script: |
./bjam \
+ --with-cmph=$PWD/cmph-2.0.2 \
+ --with-xmlrpc-c=$PWD/xmlrpc-c-1.51.06 \
-j2
- displayName: 'Build Moses'
+ displayName: 'Build Moses'
+
+# - script: |
+# ./bjam \
+# -j2
+# displayName: 'Build Moses'
# - task: ComponentGovernanceComponentDetection@0
# inputs: