Skip to content

Commit

Permalink
Merge pull request #1359 from warmenhoven/warmenhoven/pr/libretro-ios
Browse files Browse the repository at this point in the history
Build libretro core for iOS
  • Loading branch information
jpd002 committed Mar 5, 2024
2 parents 5655c63 + d8360da commit 79cb837
Show file tree
Hide file tree
Showing 3 changed files with 2,962 additions and 1,051 deletions.
13 changes: 13 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ include:
- project: 'libretro-infrastructure/ci-templates'
file: '/android-cmake.yml'

# iOS
- project: 'libretro-infrastructure/ci-templates'
file: '/ios-cmake.yml'

# Stages for building
stages:
- build-prepare
Expand Down Expand Up @@ -116,4 +120,13 @@ android-x86:
- .libretro-android-cmake-x86
- .core-defs

# iOS
libretro-build-ios-arm64:
extends:
- .libretro-ios-cmake-arm64
- .core-defs
variables:
CORE_ARGS: -DBUILD_LIBRETRO_CORE=ON -DBUILD_PLAY=OFF -DENABLE_AMAZON_S3=off -DBUILD_TESTS=OFF -DCMAKE_TOOLCHAIN_FILE=deps/Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON
LIBNAME: ${CORENAME}_libretro_ios.dylib

################################### CONSOLES #################################
Loading

0 comments on commit 79cb837

Please sign in to comment.