1 2 3 4 5 6 7 8 9 10 11
image: registry.gitlab.com/pvmm/ubox-msx-lib/ubox stages: - build build-job: stage: build script: - echo "Compiling the code..." - make game - echo "Compile complete."