aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJuan J. Martínez <jjm@usebox.net>2021-10-02 12:33:04 +0000
committerJuan J. Martínez <jjm@usebox.net>2021-10-02 12:33:04 +0000
commita0991247ee1c4f6d9b92e79bc7a7f8875aa16350 (patch)
tree0789e731afeb7844fd68976fc0b1ea53ec4517d7 /.gitlab-ci.yml
parentc14900274f20d119c6704f910eec420bf2998866 (diff)
parentcaa22e5bbd158fd8d563588293aa763ca5801bed (diff)
downloadubox-msx-lib-a0991247ee1c4f6d9b92e79bc7a7f8875aa16350.tar.gz
ubox-msx-lib-a0991247ee1c4f6d9b92e79bc7a7f8875aa16350.zip
Merge branch 'rom-test' into 'master'
Start the test suite See merge request reidrac/ubox-msx-lib!12
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0bf087c..0bd0a44 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,5 @@
image: registry.gitlab.com/reidrac/ubox-msx-lib-ci:latest
-stages:
- - build
-
-build-job:
- stage: build
+build-and-test:
script:
- - echo "Compiling the code..."
- - make game
- - echo "Compile complete."
+ - make test