We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1763c1b commit 21d2e84Copy full SHA for 21d2e84
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,7 @@ jobs:
9
os:
10
- ubuntu-latest
11
- macos-latest
12
+ - windows-latest
13
cmake_options:
14
- "-DWITH_OPENSSL=ON -DWITH_GNUTLS=OFF -DWITH_GCRYPT=OFF" # build with OpenSSL
15
- "-DWITH_OPENSSL=OFF -DWITH_GNUTLS=ON -DWITH_GCRYPT=ON" # build with GnuTLS and Libgrypt
@@ -20,6 +21,8 @@ jobs:
20
21
exclude:
22
- os: macos-latest
23
cmake_options: "-DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-cross-mingw32-linux.cmake" # don't test MinGW from OSX
24
+ - os: windows-latest
25
+ cmake_options: "-DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-cross-mingw32-linux.cmake" # don't test MinGW from OSX
26
runs-on: ${{ matrix.os }}
27
steps:
28
- uses: actions/checkout@v3
0 commit comments