From f0c4e3e041f46e2d3385de6fbcdadf40002eb75e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Thu, 3 Oct 2024 13:11:53 +0100 Subject: [PATCH] chore: initial code for the gitlab-ci --- .gitlab-ci-libretro.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlab-ci-libretro.yaml diff --git a/.gitlab-ci-libretro.yaml b/.gitlab-ci-libretro.yaml new file mode 100644 index 00000000..2d27327f --- /dev/null +++ b/.gitlab-ci-libretro.yaml @@ -0,0 +1,14 @@ +.core-defs: + variables: + CORENAME: boytacean + +stages: + - build-prepare + - build-shared + - build-static + +libretro-build-windows-x64: + stage: build-prepare + extends: + - .libretro-windows-x64-mingw-make-default + - .core-defs -- GitLab