mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-05 02:42:35 -04:00
Update meson.yml
This commit is contained in:
parent
5d42a8e77f
commit
a0cd679e6f
8
.github/workflows/meson.yml
vendored
8
.github/workflows/meson.yml
vendored
@ -7,17 +7,9 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
|
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
# Set up a matrix to run the following 3 configurations:
|
|
||||||
# 1. <Windows, Release, latest MSVC compiler toolchain on the default runner image, default generator>
|
|
||||||
# 2. <Linux, Release, latest GCC compiler toolchain on the default runner image, default generator>
|
|
||||||
# 3. <Linux, Release, latest Clang compiler toolchain on the default runner image, default generator>
|
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
#build_type: [Release]
|
|
||||||
#c_compiler: [gcc, clang, cl]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user