Commit Graph

10 Commits

Author SHA1 Message Date
Mateusz Łoskot
895aa77fb6
[CMake] Remove GIL_DOWNLOAD_FINDBOOST option (#307)
Upcoming CMake 3.15 introduced more dependencies in FindBoost.cmake
what makes the downloading impractical.
2019-06-05 09:19:17 +02:00
Mateusz Łoskot
1b44f169f8
Remove unused Quickbook and HTML files (#301)
Removed files are remains of old documentation.
Content of those files has already been moved to .rst files.
2019-05-25 15:49:28 +02:00
Mateusz Łoskot
9cf68deae0
[azp] Install latest CMake 3.14.4 [skip appveyor]
[skip travis]
2019-05-23 00:18:59 +02:00
Mateusz Łoskot
1fc6e86256
[azp] Add apt-get update 2019-05-23 00:07:51 +02:00
Mateusz Łoskot
c11a19880c
[CI] Rationalize deployment of Boost dependencies (#279)
Introduce `get-boost.sh` as Boost downloader for all our CI services.
Closes #276

Credits for `get-boost.sh` idea go to @djarek and @boostorg/beast
2019-04-13 11:51:26 +02:00
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 Łoskot
1351009c0d
[azure] Add C++14 builds using GCC 8 and VS2017 (#233) 2019-02-05 19:18:32 +00: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
Mateusz Łoskot
d436fcb899
Rename azure-pipelines.yml to .azure-pipelines.yml [skip appveyor] [skip travis]
May disable Azure Pipelines builds, temporarily, until actual minimal
build configuration is in place.

Related to #188
2018-12-19 00:58:47 +01:00