Update CI

- Move travis to GHA (travis is dead for OSS)
- Update Boost on appveyor
This commit is contained in:
Alexander Grund 2022-01-06 16:51:38 +01:00
parent 2dede8303b
commit 23ed9584a0
No known key found for this signature in database
GPG key ID: AA48A0760367A42B
3 changed files with 163 additions and 88 deletions

View file

@ -14,7 +14,7 @@ branches:
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
BOOST: 1_60_0
BOOST: 1_65_1
TOOLSET: msvc-14.0
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
BOOST: 1_65_1
@ -26,10 +26,10 @@ environment:
CXX_STANDARD: 14
# CXX_STANDARD: 17
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
BOOST: 1_60_0
BOOST: 1_65_1
CMAKE: true
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
BOOST: 1_71_0
BOOST: 1_77_0
CMAKE: true
install: