aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-05-04 18:12:55 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-05-04 18:12:55 +0100
commit6c6f3ba039437657865ac59b319a1aecdef6b0a7 (patch)
tree4b6eaddcfa580232f5206d1e71eb026e15b06b8d
parent0c1a7c15aba6a2612477bb78eba14e5e9d61579b (diff)
downloadubox-msx-lib-6c6f3ba039437657865ac59b319a1aecdef6b0a7.tar.gz
ubox-msx-lib-6c6f3ba039437657865ac59b319a1aecdef6b0a7.zip
Not used any more
-rw-r--r--.gitlab-ci.yml22
1 files changed, 0 insertions, 22 deletions
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