mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-04 20:36:20 -04:00
Merge 7b38dfc337ca4712f105ead6b4e38dda65341171 into 777cfa77d1f84bb08b3e445d5f7fc6c87282223b
This commit is contained in:
commit
790644ba95
12
.github/workflows/cmake-multi-platform.yml
vendored
12
.github/workflows/cmake-multi-platform.yml
vendored
@ -25,24 +25,21 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
build_type: [Debug]
|
build_type: [Debug]
|
||||||
c_compiler: [gcc, clang, cl]
|
cpp_compiler: [g++, clang++, cl]
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
c_compiler: cl
|
|
||||||
cpp_compiler: cl
|
cpp_compiler: cl
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: gcc
|
|
||||||
cpp_compiler: g++
|
cpp_compiler: g++
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: clang
|
|
||||||
cpp_compiler: clang++
|
cpp_compiler: clang++
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
c_compiler: gcc
|
cpp_compiler: g++
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
c_compiler: clang
|
cpp_compiler: clang++
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: cl
|
cpp_compiler: cl
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -60,7 +57,6 @@ jobs:
|
|||||||
run: >
|
run: >
|
||||||
cmake -B ${{ steps.strings.outputs.build-output-dir }}
|
cmake -B ${{ steps.strings.outputs.build-output-dir }}
|
||||||
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
|
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
|
||||||
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
|
|
||||||
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
|
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
|
||||||
-DSUBPROCESS_TESTS=ON
|
-DSUBPROCESS_TESTS=ON
|
||||||
-S ${{ github.workspace }}
|
-S ${{ github.workspace }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user