diff options
author | Autechre | 2021-01-07 21:04:07 +0100 |
---|---|---|
committer | GitHub | 2021-01-07 21:04:07 +0100 |
commit | 05ed5c34ed479e1fdabd2cd0582944a88da7d4bb (patch) | |
tree | 18b6e41c0a91251f9e86fefb2e42433dfcf743c8 /.gitlab-ci.yml | |
parent | a4a5115cf1c5f77cedb92c07d3395e2835bccf55 (diff) | |
download | snes9x2005-05ed5c34ed479e1fdabd2cd0582944a88da7d4bb.tar.gz snes9x2005-05ed5c34ed479e1fdabd2cd0582944a88da7d4bb.tar.bz2 snes9x2005-05ed5c34ed479e1fdabd2cd0582944a88da7d4bb.zip |
Update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a874159..16fc269 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,10 @@ include: - project: 'libretro-infrastructure/ci-templates' file: '/linux-x64.yml' + # Linux 32-bit + - project: 'libretro-infrastructure/ci-templates' + file: '/linux-i686.yml' + # MacOS 64-bit - project: 'libretro-infrastructure/ci-templates' file: '/osx-x64.yml' @@ -40,6 +44,10 @@ include: - project: 'libretro-infrastructure/ci-templates' file: '/android-jni.yml' + # iOS 9 + - project: 'libretro-infrastructure/ci-templates' + file: '/ios9.yml' + ################################## CONSOLES ################################ # PlayStation Portable - project: 'libretro-infrastructure/ci-templates' @@ -101,6 +109,12 @@ libretro-build-linux-x64: - .libretro-linux-x64-make-default - .core-defs +# Linux 32-bit +libretro-build-linux-i686: + extends: + - .libretro-linux-i686-make-default + - .core-defs + # MacOS 64-bit libretro-build-osx-x64: extends: @@ -132,6 +146,12 @@ android-x86: - .libretro-android-jni-x86 - .core-defs +# iOS 9 +libretro-build-ios-9: + extends: + - .libretro-ios9-make-default + - .core-defs + ################################### CONSOLES ################################# # PlayStation Portable libretro-build-psp: |