GLdc/.gitlab-ci.yml
2019-09-10 14:42:57 +00:00

15 lines
256 B
YAML

stages:
- build
build:sh4-gcc:
stage: build
image: haydenkow/nu_dckos
script:
- source /etc/bash.bashrc
- make clean
- make build
- tar -zcf gldc.tar.gz libGLdc.a LICENSE Readme.md include
artifacts:
paths:
- gldc.tar.gz