From 5fb66f82f5ec904d3ac8b4ff53d96048bad3eabd Mon Sep 17 00:00:00 2001 From: Pedro de Medeiros Date: Tue, 21 Sep 2021 23:20:56 -0300 Subject: Adding .gitlab-ci.yml to build ROMs automatically. --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..3020c90 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +image: registry.gitlab.com/pvmm/ubox-msx-lib/ubox + +stages: + - build + +build-job: + stage: build + script: + - echo "Compiling the code..." + - make game + - echo "Compile complete." -- cgit v1.2.3