mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Change for now
This commit is contained in:
parent
e9841bf71a
commit
775927681a
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -19,12 +19,12 @@ jobs:
|
|||||||
# - { name: 'msys2 clang32', shell: 'msys2 {0}', msystem: clang32, msys-env: mingw-w64-clang-i686, clang-tidy: true, werror: true, no-dx5-libs: true }
|
# - { name: 'msys2 clang32', shell: 'msys2 {0}', msystem: clang32, msys-env: mingw-w64-clang-i686, clang-tidy: true, werror: true, no-dx5-libs: true }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up SDL
|
# Figure out how to build for 32-bit arch
|
||||||
id: sdl
|
# - name: Set up SDL
|
||||||
uses: libsdl-org/setup-sdl@main
|
# id: sdl
|
||||||
with:
|
# uses: libsdl-org/setup-sdl@main
|
||||||
version: sdl3-head
|
# with:
|
||||||
cmake-arguments: -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_C_FLAGS=-m32
|
# version: sdl3-head
|
||||||
|
|
||||||
- name: Set up MSYS2
|
- name: Set up MSYS2
|
||||||
if: ${{ !!matrix.toolchain.msystem }}
|
if: ${{ !!matrix.toolchain.msystem }}
|
||||||
@ -56,12 +56,12 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
# Add -DDOWNLOAD_DEPENDENCIES=OFF once setup-sdl works
|
||||||
run: |
|
run: |
|
||||||
cmake -S . -B build -GNinja \
|
cmake -S . -B build -GNinja \
|
||||||
-DCMAKE_BUILD_TYPE=Debug \
|
-DCMAKE_BUILD_TYPE=Debug \
|
||||||
-DISLE_USE_DX5_LIBS=${{ !matrix.toolchain.no-dx5-libs }} \
|
-DISLE_USE_DX5_LIBS=${{ !matrix.toolchain.no-dx5-libs }} \
|
||||||
-DENABLE_CLANG_TIDY=${{ !!matrix.toolchain.clang-tidy }} \
|
-DENABLE_CLANG_TIDY=${{ !!matrix.toolchain.clang-tidy }} \
|
||||||
-DISLE_WERROR=${{ !!matrix.toolchain.werror }} \
|
-DISLE_WERROR=${{ !!matrix.toolchain.werror }} \
|
||||||
-DDOWNLOAD_DEPENDENCIES=OFF \
|
|
||||||
-Werror=dev
|
-Werror=dev
|
||||||
cmake --build build -- -k0
|
cmake --build build -- -k0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user