Commit Graph

3 Commits

Author SHA1 Message Date
Mateusz Łoskot
ef1aa5c50f
Add build using VS2015 to Azure Pipelines (#263)
* Install latest CMake and Python on VS 2015 image.
* Remove libs/gil from installed Boost 1.68 to ensure GIL headers
  from the release are not accidentally used
2019-03-20 10:20:36 +01:00
Mateusz Łoskot
22a917dd5b
[azp] Update Python pip [skip appveyor] [skip travis] (#246)
Attempt to solve recent build failures [1] on Azure Pipelines:

- Install pip update
- Add UsePythonVersion

[1] https://developercommunity.visualstudio.com/content/problem/469073/azp-script-is-installed-in-chostedtoolcachewindows.html
2019-02-26 21:02:41 +01:00
Mateusz Loskot
643c050bb5
Add configuration for CI builds with Azure Pipelines (#205)
Configuration summary:
  - Linux (GCC 5.4), Windows (VS2017), Mac OS (clang 4.0)
  - Boost 1.68 built with variant=release
  - Boost.GIL built and tested using CMake w/ CMAKE_BUILD_TYPE=Release
  - Basic setup of GIL IO extension dependencies is in place,
    using .deb packages or Conan.
  - Build without GIL IO extension tests due to issues in CMake
    configuration, not related to Azure Pipelines.

Closes #188

[skip appveyor]
[skip travis]
2019-01-04 22:15:51 +01:00