mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Update CI
- Move travis to GHA (travis is dead for OSS) - Update Boost on appveyor
This commit is contained in:
parent
2dede8303b
commit
23ed9584a0
3 changed files with 163 additions and 88 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue