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
15 changes: 15 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ include:
# Linux 64-bit
- project: 'libretro-infrastructure/ci-templates'
file: '/linux-x64.yml'

# Linux ARM 64-bit
- project: 'libretro-infrastructure/ci-templates'
file: '/linux-aarch64.yml'
# MacOS
- project: 'libretro-infrastructure/ci-templates'
file: '/osx-x64.yml'
Expand Down Expand Up @@ -100,6 +104,17 @@ libretro-build-linux-x64:
- .libretro-linux-x64-make-default
- .core-defs

# Linux ARM 64-bit
libretro-build-linux-aarch64:
variables:
HAVE_PARALLEL_RDP: 1
HAVE_PARALLEL_RSP: 1
HAVE_THR_AL: 1
LLE: 1
extends:
- .libretro-linux-aarch64-make-default
- .core-defs

# Android ARMv7a
android-armeabi-v7a-gles2:
extends:
Expand Down