diff options
author | Autechre | 2021-01-07 21:08:36 +0100 |
---|---|---|
committer | GitHub | 2021-01-07 21:08:36 +0100 |
commit | ddaca5e068c69ec9aea94fdfd0722b9091a790db (patch) | |
tree | 1d137b2882ac346b76085e90a53060e322683141 | |
parent | 74d5d92024c68ab6780f019d56dcf26d0170b19c (diff) | |
download | snes9x2002-ddaca5e068c69ec9aea94fdfd0722b9091a790db.tar.gz snes9x2002-ddaca5e068c69ec9aea94fdfd0722b9091a790db.tar.bz2 snes9x2002-ddaca5e068c69ec9aea94fdfd0722b9091a790db.zip |
Update .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42f5886..2b6f5d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,10 @@ 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' # MacOS 64-bit - project: 'libretro-infrastructure/ci-templates' @@ -34,6 +38,10 @@ include: - project: 'libretro-infrastructure/ci-templates' file: '/android-jni.yml' + # iOS 9 + - project: 'libretro-infrastructure/ci-templates' + file: '/ios9.yml' + ################################## CONSOLES ################################ # PlayStation Vita - project: 'libretro-infrastructure/ci-templates' @@ -83,7 +91,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 + # MacOS 64-bit libretro-build-osx-x64: extends: @@ -115,6 +129,12 @@ android-x86: - .libretro-android-jni-x86 - .core-defs +# iOS 9 +libretro-build-ios-9: + extends: + - .libretro-ios9-make-default + - .core-defs + ################################### CONSOLES ################################# # PlayStation Vita libretro-build-vita: |