mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
.gitlab-ci.yml: adding m16as as artifact
This commit is contained in:
parent
5416d2b4d8
commit
dea723ad7a
1 changed files with 4 additions and 3 deletions
|
|
@ -7,14 +7,15 @@ stages:
|
|||
compile:
|
||||
stage: build
|
||||
script: make
|
||||
|
||||
|
||||
release:
|
||||
stage: package
|
||||
script: make
|
||||
only:
|
||||
only:
|
||||
- tags
|
||||
artifacts:
|
||||
name: "m16-$CI_COMMIT_REF_SLUG"
|
||||
paths:
|
||||
- m16vm
|
||||
- m16vm
|
||||
- m16as
|
||||
- README.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue