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.
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.