mirror of
https://github.com/libretro/vice-libretro.git
synced 2024-11-23 00:09:47 +00:00
apple: Don't set tags for which runner to use; use the default runner
This commit is contained in:
parent
7d00e9e28a
commit
7f8a69d4bf
@ -179,16 +179,12 @@ libretro-build-linux-i686:
|
||||
|
||||
# MacOS 64-bit
|
||||
libretro-build-osx-x64:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-x64-make-default
|
||||
- .core-defs
|
||||
|
||||
# MacOS ARM 64-bit
|
||||
libretro-build-osx-arm64:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-arm64-make-default
|
||||
- .core-defs
|
||||
@ -226,24 +222,18 @@ android-x86:
|
||||
|
||||
# iOS
|
||||
libretro-build-ios-arm64:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios-arm64-make-default
|
||||
- .core-defs
|
||||
|
||||
# iOS (armv7) [iOS 9 and up]
|
||||
libretro-build-ios9:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios9-make-default
|
||||
- .core-defs
|
||||
|
||||
# tvOS
|
||||
libretro-build-tvos-arm64:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-tvos-arm64-make-default
|
||||
- .core-defs
|
||||
@ -329,16 +319,12 @@ libretro-build-linux-i686-x64sc:
|
||||
|
||||
# MacOS 64-bit
|
||||
libretro-build-osx-x64-x64sc:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-x64-make-default
|
||||
- .core-defs-x64sc
|
||||
|
||||
# MacOS ARM 64-bit
|
||||
libretro-build-osx-arm64-x64sc:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-arm64-make-default
|
||||
- .core-defs-x64sc
|
||||
@ -376,24 +362,18 @@ android-x86-x64sc:
|
||||
|
||||
# iOS
|
||||
libretro-build-ios-arm64-x64sc:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios-arm64-make-default
|
||||
- .core-defs-x64sc
|
||||
|
||||
# iOS (armv7) [iOS 9 and up]
|
||||
libretro-build-ios9-x64sc:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios9-make-default
|
||||
- .core-defs-x64sc
|
||||
|
||||
# tvOS
|
||||
libretro-build-tvos-arm64-x64sc:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-tvos-arm64-make-default
|
||||
- .core-defs-x64sc
|
||||
@ -467,16 +447,12 @@ libretro-build-linux-i686-x128:
|
||||
|
||||
# MacOS 64-bit
|
||||
libretro-build-osx-x64-x128:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-x64-make-default
|
||||
- .core-defs-x128
|
||||
|
||||
# MacOS ARM 64-bit
|
||||
libretro-build-osx-arm64-x128:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-arm64-make-default
|
||||
- .core-defs-x128
|
||||
@ -510,24 +486,18 @@ android-x86-x128:
|
||||
|
||||
# iOS
|
||||
libretro-build-ios-arm64-x128:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios-arm64-make-default
|
||||
- .core-defs-x128
|
||||
|
||||
# iOS (armv7) [iOS 9 and up]
|
||||
libretro-build-ios9-x128:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios9-make-default
|
||||
- .core-defs-x128
|
||||
|
||||
# tvOS
|
||||
libretro-build-tvos-arm64-x128:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-tvos-arm64-make-default
|
||||
- .core-defs-x128
|
||||
@ -596,16 +566,12 @@ libretro-build-linux-i686-xcbm2:
|
||||
|
||||
# MacOS 64-bit
|
||||
libretro-build-osx-x64-xcbm2:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-x64-make-default
|
||||
- .core-defs-xcbm2
|
||||
|
||||
# MacOS ARM 64-bit
|
||||
libretro-build-osx-arm64-xcbm2:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-arm64-make-default
|
||||
- .core-defs-xcbm2
|
||||
@ -639,24 +605,18 @@ android-x86-xcbm2:
|
||||
|
||||
# iOS
|
||||
libretro-build-ios-arm64-xcbm2:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios-arm64-make-default
|
||||
- .core-defs-xcbm2
|
||||
|
||||
# iOS (armv7) [iOS 9 and up]
|
||||
libretro-build-ios9-xcbm2:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios9-make-default
|
||||
- .core-defs-xcbm2
|
||||
|
||||
# tvOS
|
||||
libretro-build-tvos-arm64-xcbm2:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-tvos-arm64-make-default
|
||||
- .core-defs-xcbm2
|
||||
@ -725,16 +685,12 @@ libretro-build-linux-i686-xcbm5x0:
|
||||
|
||||
# MacOS 64-bit
|
||||
libretro-build-osx-x64-xcbm5x0:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-x64-make-default
|
||||
- .core-defs-xcbm5x0
|
||||
|
||||
# MacOS ARM 64-bit
|
||||
libretro-build-osx-arm64-xcbm5x0:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-arm64-make-default
|
||||
- .core-defs-xcbm5x0
|
||||
@ -768,32 +724,24 @@ android-x86-xcbm5x0:
|
||||
|
||||
# iOS 9
|
||||
libretro-build-ios9-xcbm5x0:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios9-make-default
|
||||
- .core-defs-xcbm5x0
|
||||
|
||||
# iOS
|
||||
libretro-build-ios-arm64-xcbm5x0:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios-arm64-make-default
|
||||
- .core-defs-xcbm5x0
|
||||
|
||||
# iOS (armv7) [iOS 9 and up]
|
||||
libretro-build-ios9-xcbm5x0:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios9-make-default
|
||||
- .core-defs-xcbm5x0
|
||||
|
||||
# tvOS
|
||||
libretro-build-tvos-arm64-xcbm5x0:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-tvos-arm64-make-default
|
||||
- .core-defs-xcbm5x0
|
||||
@ -862,16 +810,12 @@ libretro-build-linux-i686-xpet:
|
||||
|
||||
# MacOS 64-bit
|
||||
libretro-build-osx-x64-xpet:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-x64-make-default
|
||||
- .core-defs-xpet
|
||||
|
||||
# MacOS ARM 64-bit
|
||||
libretro-build-osx-arm64-xpet:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-arm64-make-default
|
||||
- .core-defs-xpet
|
||||
@ -905,24 +849,18 @@ android-x86-xpet:
|
||||
|
||||
# iOS
|
||||
libretro-build-ios-arm64-xpet:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios-arm64-make-default
|
||||
- .core-defs-xpet
|
||||
|
||||
# iOS (armv7) [iOS 9 and up]
|
||||
libretro-build-ios9-xpet:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios9-make-default
|
||||
- .core-defs-xpet
|
||||
|
||||
# tvOS
|
||||
libretro-build-tvos-arm64-xpet:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-tvos-arm64-make-default
|
||||
- .core-defs-xpet
|
||||
@ -991,16 +929,12 @@ libretro-build-linux-i686-xplus4:
|
||||
|
||||
# MacOS 64-bit
|
||||
libretro-build-osx-x64-xplus4:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-x64-make-default
|
||||
- .core-defs-xplus4
|
||||
|
||||
# MacOS ARM 64-bit
|
||||
libretro-build-osx-arm64-xplus4:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-arm64-make-default
|
||||
- .core-defs-xplus4
|
||||
@ -1034,24 +968,18 @@ android-x86-xplus4:
|
||||
|
||||
# iOS
|
||||
libretro-build-ios-arm64-xplus4:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios-arm64-make-default
|
||||
- .core-defs-xplus4
|
||||
|
||||
# iOS (armv7) [iOS 9 and up]
|
||||
libretro-build-ios9-xplus4:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios9-make-default
|
||||
- .core-defs-xplus4
|
||||
|
||||
# tvOS
|
||||
libretro-build-tvos-arm64-xplus4:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-tvos-arm64-make-default
|
||||
- .core-defs-xplus4
|
||||
@ -1120,16 +1048,12 @@ libretro-build-linux-i686-xscpu64:
|
||||
|
||||
# MacOS 64-bit
|
||||
libretro-build-osx-x64-xscpu64:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-x64-make-default
|
||||
- .core-defs-xscpu64
|
||||
|
||||
# MacOS ARM 64-bit
|
||||
libretro-build-osx-arm64-xscpu64:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-arm64-make-default
|
||||
- .core-defs-xscpu64
|
||||
@ -1163,32 +1087,24 @@ android-x86-xscpu64:
|
||||
|
||||
# iOS 9
|
||||
libretro-build-ios9-xscpu64:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios9-make-default
|
||||
- .core-defs-xscpu64
|
||||
|
||||
# iOS
|
||||
libretro-build-ios-arm64-xscpu64:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios-arm64-make-default
|
||||
- .core-defs-xscpu64
|
||||
|
||||
# iOS (armv7) [iOS 9 and up]
|
||||
libretro-build-ios9-xscpu64:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios9-make-default
|
||||
- .core-defs-xscpu64
|
||||
|
||||
# tvOS
|
||||
libretro-build-tvos-arm64-xscpu64:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-tvos-arm64-make-default
|
||||
- .core-defs-xscpu64
|
||||
@ -1257,16 +1173,12 @@ libretro-build-linux-i686-xvic:
|
||||
|
||||
# MacOS 64-bit
|
||||
libretro-build-osx-x64-xvic:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-x64-make-default
|
||||
- .core-defs-xvic
|
||||
|
||||
# MacOS ARM 64-bit
|
||||
libretro-build-osx-arm64-xvic:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-osx-arm64-make-default
|
||||
- .core-defs-xvic
|
||||
@ -1300,24 +1212,18 @@ android-x86-xvic:
|
||||
|
||||
# iOS
|
||||
libretro-build-ios-arm64-xvic:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios-arm64-make-default
|
||||
- .core-defs-xvic
|
||||
|
||||
# iOS (armv7) [iOS 9 and up]
|
||||
libretro-build-ios9-xvic:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-ios9-make-default
|
||||
- .core-defs-xvic
|
||||
|
||||
# tvOS
|
||||
libretro-build-tvos-arm64-xvic:
|
||||
tags:
|
||||
- macosx-packaging
|
||||
extends:
|
||||
- .libretro-tvos-arm64-make-default
|
||||
- .core-defs-xvic
|
||||
|
Loading…
Reference in New Issue
Block a user