From b7803efe0400398fa03c6315fcb8dd78be344584 Mon Sep 17 00:00:00 2001 From: "Joshua Peisach (ItzSwirlz)" Date: Wed, 30 Jul 2025 21:37:28 -0400 Subject: [PATCH] makefile -> Unix Makefiles --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 527f2728..1cd0baeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - { name: 'Emscripten', os: 'ubuntu-latest', generator: 'Ninja', dx5: false, config: false, emsdk: true, werror: true, clang-tidy: false, cmake-wrapper: 'emcmake' } - { name: 'Nintendo 3DS', os: 'ubuntu-latest', generator: 'Ninja', dx5: false, config: false, n3ds: true, werror: true, clang-tidy: false, container: 'devkitpro/devkitarm:latest', cmake-args: '-DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/3DS.cmake' } - { name: 'Xbox One', os: 'windows-latest', generator: 'Visual Studio 17 2022', dx5: false, config: false, msvc: true, werror: false, clang-tidy: false, vc-arch: 'amd64', cmake-args: '-DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0.26100.0', xbox-one: true} - - { name: 'PlayStation Portable', os: 'ubuntu-latest', generator: 'Makefile', dx5: false, config: false, psp: true, werror: true, clang-tidy: false, container: 'pspdev/pspdev:latest', cmake-args: '-DCMAKE_TOOLCHAIN_FILE=/usr/local/pspdev/psp/share/pspdev.cmake' } + - { name: 'PlayStation Portable', os: 'ubuntu-latest', generator: 'Unix Makefiles', dx5: false, config: false, psp: true, werror: true, clang-tidy: false, container: 'pspdev/pspdev:latest', cmake-args: '-DCMAKE_TOOLCHAIN_FILE=/usr/local/pspdev/psp/share/pspdev.cmake' } steps: - name: Setup vcvars if: ${{ !!matrix.msvc }}