aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 0bf087cabe07e728554f5a2580ea2961c8a13d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
image: registry.gitlab.com/reidrac/ubox-msx-lib-ci:latest

stages:
  - build

build-job:
  stage: build
  script:
    - echo "Compiling the code..."
    - make game
    - echo "Compile complete."