11trigger :
2- branches : {include: ['master', '1. *'] }
2+ branches : {include: ['*'] }
33 paths :
44 include : ['*']
55 exclude :
@@ -11,36 +11,35 @@ stages:
1111- stage : build
1212 jobs :
1313 - job : Linux
14- pool : { vmImage: 'ubuntu-16 .04' }
14+ pool : { vmImage: 'ubuntu-18 .04' }
1515 steps :
1616 - template : ci/azure_build_steps.yml
1717 - job : Win64
18- pool : { vmImage: 'vs2017-win2016 ' }
18+ pool : { vmImage: 'windows-latest ' }
1919 steps :
2020 - bash : ' echo "##vso[task.prependpath]C:\\Program Files\\CMake\\bin\\"'
2121 displayName : ' Fix PATH'
2222 - template : ci/azure_build_steps.yml
2323 parameters :
24- cmake_stepvars : ' -A x64'
24+ cmake_stepvars : ' -A x64 -T host=x86 '
2525 - job : MacOS
26- pool : { vmImage: 'macOS-10.13 ' }
26+ pool : { vmImage: 'macOS-10.14 ' }
2727 variables :
2828 MACOSX_DEPLOYMENT_TARGET : ' 10.9'
2929 steps :
3030 - template : ci/azure_build_steps.yml
3131 parameters :
32- run_tests : true
3332 cmake_stepvars : ' -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=1 -DCMAKE_POLICY_DEFAULT_CMP0069=NEW'
3433 - job : manylinux2010
35- pool : { vmImage: 'ubuntu-16.04 ' }
34+ pool : { vmImage: 'ubuntu-latest ' }
3635 container : quay.io/pypa/manylinux2010_x86_64:latest
3736 steps :
3837 - bash : CFLAGS="-flto -static-libstdc++ -std=c++14" ./standalone_compilation_linux.sh
3938 - bash : strip --strip-unneeded liblsl.so
4039 - publish : liblsl.so
4140 artifact : manylinux2010
4241 - job : manylinux1
43- pool : { vmImage: 'ubuntu-16.04 ' }
42+ pool : { vmImage: 'ubuntu-latest ' }
4443 container : quay.io/pypa/manylinux1_x86_64:latest
4544 steps :
4645 - bash : CFLAGS="-flto -static-libstdc++ -std=c++11" ./standalone_compilation_linux.sh
@@ -50,7 +49,7 @@ stages:
5049- stage : Upload
5150 jobs :
5251 - job : Upload
53- pool : { vmImage: 'ubuntu-16.04 ' }
52+ pool : { vmImage: 'ubuntu-latest ' }
5453 steps :
5554 - bash : mkdir upload
5655 - task : DownloadPipelineArtifact@2
0 commit comments