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

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rogrundk@microsoft.com>2020-09-11 15:25:32 +0300
committerRoman Grundkiewicz <rogrundk@microsoft.com>2020-09-11 15:25:32 +0300
commit976f892917917ee8fb13af361f5a5f35e6b522c8 (patch)
tree8794caec020f4ef804dc644c90666c8cc976be29 /azure-pipelines.yml
parent02d15861a6fd1728dae6242398335d9f8081a76a (diff)
Add comment on Boost on Azure-hosted runners
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b6631dcb..2ad35f4f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -121,6 +121,7 @@ stages:
# Set envvars so that CMake can find the installed packages
MKLROOT: $(MKL_DIR)
CUDA_PATH: $(CUDA_PATH_WINDOWS)/v$(cuda_version)
+ # Boost is pre-installed on Azure/GitHub-hosted Windows runners
BOOST_ROOT: $(BOOST_ROOT_1_69_0)
- script: |