Skip to content

Don't set ZLIB_USE_STATIC_LIBS for now #46

Don't set ZLIB_USE_STATIC_LIBS for now

Don't set ZLIB_USE_STATIC_LIBS for now #46

Workflow file for this run

name: Build Artifacts
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
windows:
name: Windows (x86_64)
uses: ./.github/workflows/build.yaml
with:
archive-name: melondsds_libretro-win32-x86_64
runs-on: windows-latest
info-dir: info
lib-ext: dll
shell: msys2 {0}
macos:
name: macOS (Universal)
uses: ./.github/workflows/build.yaml
with:
archive-name: melondsds_libretro-macos-universal
runs-on: macos-latest
lib-ext: dylib
linux-x86_64:
name: Linux (x86_64)
uses: ./.github/workflows/build.yaml
with:
archive-name: melondsds_libretro-linux-x86_64
runs-on: ubuntu-latest
lib-ext: so
linux-aarch64:
name: Linux (aarch64)
uses: ./.github/workflows/build.yaml
with:
archive-name: melondsds_libretro-linux-aarch64
runs-on: ubuntu-latest
lib-ext: so
android:
name: Android
uses: ./.github/workflows/build.yaml
with:
lib-ext: so
archive-name: melondsds_libretro-android
lib-name: melondsds_libretro_android
cmake-args: -DENABLE_OGLRENDERER=OFF -DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=22 -DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK/build/cmake/android.toolchain.cmake"
runs-on: ubuntu-latest
ios:
name: iOS
uses: ./.github/workflows/build.yaml
with:
runs-on: macos-latest
archive-name: melondsds_libretro-ios
lib-ext: dylib
lib-name: melondsds_libretro_ios
cmake-args: -DENABLE_OGLRENDERER=OFF -DENABLE_JIT=OFF --toolchain ./cmake/toolchain/ios.toolchain.cmake -DPLATFORM=OS64 -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=13.0 -DDEPLOYMENT_TARGET=13 -DENABLE_STRICT_TRY_COMPILE_INT:BOOL=ON