Merge branch 'enable-ci' into 'master'
Add GitLab CI file Closes #31 See merge request simulant/GLdc!29
This commit is contained in:
commit
b76dd102f7
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