feat: update CI to allow artifacts
This commit is contained in:
parent
ca8d27a1c2
commit
c701e2274a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user