Add GitLab CI file
This commit is contained in:
parent
920fc2b782
commit
86a921da25
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user