mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-19 05:41:17 +00:00
Update ci.yml (this may work)
This commit is contained in:
parent
59594c930b
commit
9c342ee99a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -163,8 +163,8 @@ jobs:
|
|||||||
-DISLE_USE_DX5=${{ !!matrix.dx5 }} \
|
-DISLE_USE_DX5=${{ !!matrix.dx5 }} \
|
||||||
-DISLE_BUILD_CONFIG=${{ !!matrix.config }} \
|
-DISLE_BUILD_CONFIG=${{ !!matrix.config }} \
|
||||||
-DUSE_SDL2=${{ !!matrix.use_sdl2 }} \
|
-DUSE_SDL2=${{ !!matrix.use_sdl2 }} \
|
||||||
-DCMAKE_POSITION_INDEPENDENT_CODE=${{ matrix.fpic || 'ON' }} \
|
-DCMAKE_POSITION_INDEPENDENT_CODE=${{ !!matrix.fpic || 'ON' }} \
|
||||||
-DISLE_EXTENSIONS=${{ matrix.extensions || 'ON' }} \
|
-DISLE_EXTENSIONS=${{ !!matrix.extensions || 'ON' }} \
|
||||||
-DISLE_BUILD_ASSETS=${{ !!matrix.build-assets }} \
|
-DISLE_BUILD_ASSETS=${{ !!matrix.build-assets }} \
|
||||||
-DENABLE_CLANG_TIDY=${{ !!matrix.clang-tidy }} \
|
-DENABLE_CLANG_TIDY=${{ !!matrix.clang-tidy }} \
|
||||||
-DISLE_WERROR=${{ !!matrix.werror }} \
|
-DISLE_WERROR=${{ !!matrix.werror }} \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user