[workflow] Remove unused matrix options
This commit is contained in:
parent
dc5ad24ef8
commit
15abda8b3e
1 changed files with 0 additions and 4 deletions
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
|
@ -29,15 +29,11 @@ jobs:
|
||||||
Build & Test
|
Build & Test
|
||||||
(${{ matrix.os }})
|
(${{ matrix.os }})
|
||||||
(C++ ${{ matrix.cxx-standard }})
|
(C++ ${{ matrix.cxx-standard }})
|
||||||
${{ matrix.memory-mapped == 'OFF' && '(USE_MEMORY_MAPPED_FILE=OFF)' || '' }}
|
|
||||||
${{ matrix.static-build == 'OFF' && '(BUILD_SHARED_LIBS=OFF)' || '' }}
|
|
||||||
needs: checkSource
|
needs: checkSource
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||||
memory-mapped: ["ON"]
|
|
||||||
static-build: ["OFF"]
|
|
||||||
cxx-standard: [17]
|
cxx-standard: [17]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue