mirror of
https://github.com/boostorg/lambda2.git
synced 2026-01-19 16:22:20 +00:00
Compare commits
5 Commits
boost-1.78
...
feature/gh
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c6c1166c4 | ||
|
|
c618d6902b | ||
|
|
ae42ebda76 | ||
|
|
3ccd5c251b | ||
|
|
132db3b09a |
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -139,16 +139,20 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- toolset: msvc-14.0
|
||||
cxxstd: "14"
|
||||
addrmd: 32,64
|
||||
os: windows-2019
|
||||
- toolset: msvc-14.1
|
||||
cxxstd: "14,17,latest"
|
||||
addrmd: 32,64
|
||||
os: windows-2016
|
||||
os: windows-2019
|
||||
- toolset: msvc-14.2
|
||||
cxxstd: "14,17,latest"
|
||||
cxxstd: "14,17,20,latest"
|
||||
addrmd: 32,64
|
||||
os: windows-2019
|
||||
- toolset: msvc-14.3
|
||||
cxxstd: "14,17,latest"
|
||||
cxxstd: "14,17,20,latest"
|
||||
addrmd: 32,64
|
||||
os: windows-2022
|
||||
- toolset: gcc
|
||||
@@ -161,6 +165,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install Visual Studio 2017
|
||||
if: matrix.toolset == 'msvc-14.1'
|
||||
run: |
|
||||
choco install visualstudio2017community
|
||||
choco install visualstudio2017-workload-universal
|
||||
|
||||
- name: Setup Boost
|
||||
shell: cmd
|
||||
run: |
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
// Same format as BOOST_VERSION:
|
||||
// major * 100000 + minor * 100 + patch
|
||||
#define BOOST_LAMBDA2_VERSION 107800
|
||||
#define BOOST_LAMBDA2_VERSION 108000
|
||||
|
||||
namespace boost
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user