Update ci.yml

pull/3239/head
Gabi Melman 10 months ago committed by GitHub
parent 60f17e18d5
commit a38a1fce09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -92,7 +92,7 @@ jobs:
fail-fast: true fail-fast: true
matrix: matrix:
config: config:
- GENERATOR: "Visual Studio 17 2022 -A x64" - GENERATOR: "Visual Studio 17 2022"
BUILD_TYPE: Release BUILD_TYPE: Release
BUILD_SHARED: 'ON' BUILD_SHARED: 'ON'
FATAL_ERRORS: 'ON' FATAL_ERRORS: 'ON'
@ -101,7 +101,7 @@ jobs:
BUILD_EXAMPLE: 'OFF' BUILD_EXAMPLE: 'OFF'
USE_STD_FORMAT: 'ON' USE_STD_FORMAT: 'ON'
CXX_STANDARD: 20 CXX_STANDARD: 20
- GENERATOR: "Visual Studio 17 2022 -A x64" - GENERATOR: "Visual Studio 17 2022"
ARCH: "-A x64" ARCH: "-A x64"
BUILD_TYPE: Release BUILD_TYPE: Release
BUILD_SHARED: 'ON' BUILD_SHARED: 'ON'
@ -111,7 +111,7 @@ jobs:
BUILD_EXAMPLE: 'OFF' BUILD_EXAMPLE: 'OFF'
USE_STD_FORMAT: 'ON' USE_STD_FORMAT: 'ON'
CXX_STANDARD: 20 CXX_STANDARD: 20
- GENERATOR: "Visual Studio 17 2022 -A x64" - GENERATOR: "Visual Studio 17 2022"
ARCH: "-A x64" ARCH: "-A x64"
BUILD_TYPE: Release BUILD_TYPE: Release
BUILD_SHARED: 'ON' BUILD_SHARED: 'ON'
@ -126,7 +126,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: CMake ${{ matrix.config.GENERATOR }} CXX=${{matrix.config.CXX_STANDARD}} WCHAR=${{matrix.config.WCHAR_FILES}} STD_FORMAT=${{matrix.config.USE_STD_FORMAT}} - name: CMake ${{ matrix.config.GENERATOR }} -A x64 CXX=${{matrix.config.CXX_STANDARD}} WCHAR=${{matrix.config.WCHAR_FILES}} STD_FORMAT=${{matrix.config.USE_STD_FORMAT}}
shell: pwsh shell: pwsh
run: | run: |
mkdir build mkdir build

Loading…
Cancel
Save