@@ -14,13 +14,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
shared: ["ON", "OFF"]
|
shared: ["ON", "OFF"]
|
||||||
pthread_support: ["ON", "OFF"]
|
|
||||||
posix_support: ["ON", "OFF"]
|
posix_support: ["ON", "OFF"]
|
||||||
exclude:
|
exclude:
|
||||||
- posix_support: "OFF"
|
- posix_support: "OFF"
|
||||||
pthread_support: "ON"
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: ${{ matrix.os }} - shared=${{ matrix.shared }}, pthread=${{ matrix.pthread_support }}, posix=${{ matrix.posix_support }}
|
name: ${{ matrix.os }} - shared=${{ matrix.shared }}, posix=${{ matrix.posix_support }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -31,7 +29,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cmake -Bbuild -S . \
|
cmake -Bbuild -S . \
|
||||||
-DDCFG_BUILD_SHARED=${{ matrix.shared }} \
|
-DDCFG_BUILD_SHARED=${{ matrix.shared }} \
|
||||||
-DDCFG_PTHREAD_SUPPORT=${{ matrix.pthread_support }} \
|
|
||||||
-DDCFG_POSIX_SUPPORT=${{ matrix.posix_support }}
|
-DDCFG_POSIX_SUPPORT=${{ matrix.posix_support }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user