From 6c6f3ba039437657865ac59b319a1aecdef6b0a7 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 4 May 2024 18:12:55 +0100 Subject: Not used any more --- .gitlab-ci.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 3147c8b..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,22 +0,0 @@ -image: registry.gitlab.com/reidrac/ubox-msx-lib-ci:latest - -stages: - - lint - - build - - test - -check: - stage: lint - script: - - black --check --diff . - -compile: - stage: build - script: - - make game - - make game-cas - -test: - stage: test - script: - - make test -- cgit v1.2.3