From caa22e5bbd158fd8d563588293aa763ca5801bed Mon Sep 17 00:00:00 2001 From: "Juan J. Martínez" Date: Sat, 2 Oct 2021 12:33:04 +0000 Subject: Start the test suite --- .gitlab-ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3