aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-03-15 22:27:21 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-03-15 22:27:21 +0000
commitd4da20c480cc25a4ab15a00bf6e632bf60ea0de8 (patch)
tree592717849249353b86a4a638333e1970f54c0564 /.gitlab-ci.yml
parentccca016a9d02fb7ac14c0553f765288c14125df7 (diff)
downloadubox-msx-lib-d4da20c480cc25a4ab15a00bf6e632bf60ea0de8.tar.gz
ubox-msx-lib-d4da20c480cc25a4ab15a00bf6e632bf60ea0de8.zip
Make CI steps sequential
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03f9482..6c232e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,14 +5,17 @@ stages:
- build
- test
-lint:
+check:
+ stage: lint
script:
- black --check --diff .
-build:
+compile:
+ stage: build
script:
- make game
test:
+ stage: test
script:
- make test