diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbe7dff..dbf70e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,16 @@ include: - project: 'libretro-infrastructure/ci-templates'
file: '/linux-i686.yml'
+ # MacOS 64-bit
+ - project: 'libretro-infrastructure/ci-templates'
+ file: '/osx-x64.yml'
+
+ ################################## CELLULAR ################################
+ #
+ ################################## CONSOLES ################################
+ #
+ #################################### MISC ##################################
+
# Stages for building
stages:
- build-prepare
@@ -63,3 +73,9 @@ 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
|