Ray
il y a 5 ans
committed by
GitHub
Parent
révision
e043dad2a6
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec
2 ajouts et
1 suppressions
-
.github/workflows/ci_src_examples_win.yml
|
|
@ -6,6 +6,7 @@ jobs: |
|
|
|
build: |
|
|
|
runs-on: windows-latest |
|
|
|
strategy: |
|
|
|
max-parallel: 1 |
|
|
|
matrix: |
|
|
|
compiler: [mingw, msvc16] |
|
|
|
bits: [32, 64] |
|
|
@ -23,7 +24,7 @@ jobs: |
|
|
|
GENERATOR: "Visual Studio 16 2019" |
|
|
|
- compiler: msvc16 |
|
|
|
bits: 64 |
|
|
|
GENERATOR: "Visual Studio 16 2019 Win64" |
|
|
|
GENERATOR: "Visual Studio 16 2019 -A x64" |
|
|
|
|
|
|
|
env: |
|
|
|
CFLAGS: ${{ matrix.CFLAGS }} |
|
|
|