aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 11:55:50 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 11:55:50 +0100
commit20f053457ec4be9775da1c2ac14b591bd23c766a (patch)
treef10e63b6c88a29ada4c74caa93ad6049d2258f5e
parentworkflows/ci: upgrade actions (diff)
downloadwinapi-common-20f053457ec4be9775da1c2ac14b591bd23c766a.tar.gz
winapi-common-20f053457ec4be9775da1c2ac14b591bd23c766a.zip
workflows/ci: add VS 2022 builds
This includes bumping the Boost version, because windows-2022 runners can no longer build older releases.
-rw-r--r--.github/workflows/ci.yml7
m---------3rdparty/winapi/utf80
m---------cmake0
3 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8ea033b..8d51d0b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,15 +21,16 @@ jobs:
build:
strategy:
matrix:
- toolset: [mingw, vs2019]
+ toolset: [mingw, vs2019, vs2022]
platform: [x64, x86]
configuration: [Debug, RelWithDebInfo]
include:
- - boost-version: 1.72.0
+ - boost-version: 1.81.0
# MinGW builds are done on Linux, since it's more up-to-date there,
# and it's much faster.
- {toolset: mingw, os: ubuntu-latest}
- {toolset: vs2019, os: windows-2019}
+ - {toolset: vs2022, os: windows-2022}
runs-on: '${{ matrix.os }}'
name: 'Build: ${{ matrix.toolset }} / ${{ matrix.platform }} / ${{ matrix.configuration }}'
defaults:
@@ -92,7 +93,7 @@ jobs:
TOOLSET: mingw
PLATFORM: auto
CONFIGURATION: Debug
- BOOST_VERSION: 1.65.0
+ BOOST_VERSION: 1.81.0
CMAKE_FLAGS: -D WINAPI_COMMON_TESTS=OFF
steps:
# This is rather stupid. In order to build Doxygen docs, I need a working
diff --git a/3rdparty/winapi/utf8 b/3rdparty/winapi/utf8
-Subproject 721ca6fc423e85f8c1ecc93740b3ed044fc65c2
+Subproject 03385b2e14bf1b8fa3d7f97e7319dfd54acf945
diff --git a/cmake b/cmake
-Subproject 2cd523ccab34b90c37ea9c0057af1192cb64dd9
+Subproject b230fffce638cdac8837ba9d9d343d9a93cef2e