aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-02-08 18:09:04 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-02-20 13:38:45 +0100
commit96f5d4e455af3eb0c296b190727b0d76014c7534 (patch)
treed7bfbb9609b2577d896898c5871df3787a9330cc /azure-pipelines.yml
parent08224dafcba1b694fb624553e7d84deb565aae22 (diff)
downloadmeson-96f5d4e455af3eb0c296b190727b0d76014c7534.zip
meson-96f5d4e455af3eb0c296b190727b0d76014c7534.tar.gz
meson-96f5d4e455af3eb0c296b190727b0d76014c7534.tar.bz2
boost: Updated tests
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1a9de56..40d422d 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -105,7 +105,10 @@ jobs:
- script: |
set BOOST_ROOT=
set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32
+ set SKIP_STATIC_BOOST=1
env.exe -- python3 run_tests.py --backend=ninja
+ # Cygwin's static boost installation is broken (some static library
+ # variants such as boost_thread are not present)
displayName: Run Tests
- task: CopyFiles@2
condition: not(canceled())