From 96f5d4e455af3eb0c296b190727b0d76014c7534 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sat, 8 Feb 2020 18:09:04 +0100 Subject: boost: Updated tests --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azure-pipelines.yml') 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()) -- cgit v1.1