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
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ include:
# Linux 64-bit
- project: 'libretro-infrastructure/ci-templates'
file: '/linux-x64.yml'
# Linux 64-bit (ARM)
- project: 'libretro-infrastructure/ci-templates'
file: '/linux-aarch64.yml'
# MacOS
- project: 'libretro-infrastructure/ci-templates'
file: '/osx-x64.yml'
Expand Down Expand Up @@ -97,6 +100,17 @@ libretro-build-linux-x64:
- .libretro-linux-x64-make-default
- .core-defs

# Linux 64-bit (ARM)
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