diff options
author | Autechre <libretro@gmail.com> | 2021-01-10 14:55:00 +0100 |
---|---|---|
committer | twinaphex <libretro@gmail.com> | 2021-03-12 08:42:23 +0100 |
commit | 495ef5b50108e9c2f10fb0930ab13a7023e54c2c (patch) | |
tree | 5feeb6e5c5d02d1aecd993d8773e281c8b530c5f | |
parent | 581e0487b10594eab95a1a42597e6a382c8cfca1 (diff) |
Update .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe6fc84..d6d4dd3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,14 +25,6 @@ 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'
-
# Stages for building
stages:
- build-prepare
@@ -61,15 +53,3 @@ 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:
- - .libretro-osx-x64-make-default
- - .core-defs
|