try to fix mindeps run
This commit is contained in:
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@@ -59,10 +59,20 @@ jobs:
|
|||||||
update: true
|
update: true
|
||||||
install: ${{ steps.setupmsys.outputs.value }}
|
install: ${{ steps.setupmsys.outputs.value }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build (1)
|
||||||
run: |
|
uses: haya14busa/action-cond@v1
|
||||||
cmake -GNinja -Bbuild -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }}
|
id: buildcmd
|
||||||
cmake --build build
|
with:
|
||||||
|
cond: ${{ matrix.mindeps == true }}
|
||||||
|
if_true: |
|
||||||
|
cmake -GNinja -Bbuild -DUSE_LIBHANDY=OFF -DENABLE_VOICE=OFF -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }}
|
||||||
|
cmake --build build
|
||||||
|
if_false: |
|
||||||
|
cmake -GNinja -Bbuild -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }}
|
||||||
|
cmake --build build
|
||||||
|
|
||||||
|
- name: Build (2)
|
||||||
|
run: ${{ steps.buildcmd.outputs.value }}
|
||||||
|
|
||||||
- name: Setup Artifact
|
- name: Setup Artifact
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user