Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,19 +244,19 @@ android-x86_64:
- /^libretro/mame.*$/

# Android x86
#android-x86:
# extends:
# - .libretro-android-make-x86
# - .core-defs
# variables:
# TARGET: mame
# SUBTARGET: arcade
# CORENAME: mamearcade
# cache:
# <<: *global_cache
# only:
# - master
# - /^libretro/mame.*$/
android-x86:
extends:
- .libretro-android-make-x86
- .core-defs
variables:
TARGET: mame
SUBTARGET: arcade
CORENAME: mamearcade
cache:
<<: *global_cache
only:
- master
- /^libretro/mame.*$/

# iOS
libretro-build-ios-arm64:
Expand Down