Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 authored Jan 7, 2021
1 parent 1d29850 commit 8081781
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ include:
# Linux 64-bit
- project: 'libretro-infrastructure/ci-templates'
file: '/linux-x64.yml'


# Linux 32-bit
- project: 'libretro-infrastructure/ci-templates'
file: '/linux-i686.yml'

################################## CELLULAR ################################
# Android
- project: 'libretro-infrastructure/ci-templates'
Expand Down Expand Up @@ -59,7 +63,13 @@ libretro-build-linux-x64:
extends:
- .libretro-linux-x64-make-default
- .core-defs


# Linux 32-bit
libretro-build-linux-i686:
extends:
- .libretro-linux-i686-make-default
- .core-defs

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

0 comments on commit 8081781

Please sign in to comment.