diff options
author | Juan J. MartÃnez <jjm@usebox.net> | 2021-10-02 12:33:04 +0000 |
---|---|---|
committer | Juan J. MartÃnez <jjm@usebox.net> | 2021-10-02 12:33:04 +0000 |
commit | caa22e5bbd158fd8d563588293aa763ca5801bed (patch) | |
tree | 0789e731afeb7844fd68976fc0b1ea53ec4517d7 /.gitlab-ci.yml | |
parent | c14900274f20d119c6704f910eec420bf2998866 (diff) | |
download | ubox-msx-lib-caa22e5bbd158fd8d563588293aa763ca5801bed.tar.gz ubox-msx-lib-caa22e5bbd158fd8d563588293aa763ca5801bed.zip |
Start the test suite
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
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 |