aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAraHaan <seandhunt_7@yahoo.com>2022-10-24 16:59:27 -0400
committerMark Adler <madler@alumni.caltech.edu>2023-08-19 10:54:50 -0700
commitd7de5971f45f13570b326e613c9e61406747bf69 (patch)
tree654457b0b7f9b160a79b65b5bee7220d4da5c02e /.github
parent4c5a81c2ae5c96fc5f3f7d4baf5aedee062f6f09 (diff)
downloadzlib-d7de5971f45f13570b326e613c9e61406747bf69.tar.gz
zlib-d7de5971f45f13570b326e613c9e61406747bf69.tar.bz2
zlib-d7de5971f45f13570b326e613c9e61406747bf69.zip
Add VS2022 project files.
Also replaced Itanium with ARM and ARM64 configurations.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index d15fda8..0693559 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -43,6 +43,16 @@ jobs:
43 compiler: cl 43 compiler: cl
44 cmake-args: -A x64 44 cmake-args: -A x64
45 45
46 - name: Windows MSVC WinARM
47 os: windows-latest
48 compiler: cl
49 cmake-args: -A ARM
50
51 - name: Windows MSVC WinARM64
52 os: windows-latest
53 compiler: cl
54 cmake-args: -A ARM64
55
46 - name: Windows GCC 56 - name: Windows GCC
47 os: windows-latest 57 os: windows-latest
48 compiler: gcc 58 compiler: gcc