Add GitLab CI file

This commit is contained in:
Luke Benstead 2019-02-27 19:29:33 +00:00
parent 920fc2b782
commit 86a921da25

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
stages:
- build
build:sh4-gcc:
stage: build
image: kazade/dreamcast-sdk
script:
- source /etc/bash.bashrc
- make clean
- make samples