Update ci_src_examples_win.yml

This commit is contained in:
Ray 2020-01-10 16:09:45 +01:00 committed by GitHub
parent aca9f20c2e
commit e043dad2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}