NordicSemiconductor / pc-ble-driver-py

Python bindings for the ble-driver library
Other
126 stars 115 forks source link

Azure pipeline support #88

Closed bencefr closed 5 years ago

bencefr commented 5 years ago

This PR adds support for building on Azure Pipelines. The python extension module is built on Linux/macOS/Win32/Win64 hosted agents against Python 2.7/3.5/3.6 and 3.7. The Linux builds use miniconda Python distribution, which is a workaround until the hosted Python is not built with --enable-shared option. Windows and macOS builds are using the hosted Python environments.