aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 3020c90f4afb0563a9076e2635db2272e930d3d3 (plain)
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."