feat: update CI to allow artifacts

This commit is contained in:
Hayden Kowalchuk 2019-09-10 10:39:16 -04:00
parent ca8d27a1c2
commit c701e2274a

View File

@ -7,4 +7,8 @@ build:sh4-gcc:
script:
- source /etc/bash.bashrc
- make clean
- make samples
- make build
- tar -zcf gldc.tar.gz libGLdc.a LICENSE Readme.md include
artifacts:
paths:
- gldc.tar.gz