Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin authored Nov 12, 2023
1 parent bb82703 commit 6101a00
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ include:
# MacOS ARM 64-bit
- project: 'libretro-infrastructure/ci-templates'
file: '/osx-arm64.yml'

# MacOS PPC
- project: 'libretro-infrastructure/ci-templates'
file: '/osx-ppc.yml'

################################## CELLULAR ################################
# Android
Expand Down Expand Up @@ -153,16 +149,6 @@ libretro-build-osx-arm64:
- .libretro-osx-arm64-make-default
- .core-defs

# MacOS PPC
libretro-build-osx-ppc:
extends:
- .libretro-osx-ppc-make-default
- .core-defs
variables:
CFLAGS: -mmacosx-version-min=10.4
CXXFLAGS: -mmacosx-version-min=10.4
LDFLAGS: -mmacosx-version-min=10.4

################################### CELLULAR #################################
# Android ARMv7a
android-armeabi-v7a:
Expand Down

0 comments on commit 6101a00

Please sign in to comment.