mirror of
https://github.com/pnx/m16vm
synced 2026-07-02 11:33:40 +02:00
Update .gitlab-ci.yml
This commit is contained in:
parent
3d753e8b09
commit
0fcfa253c1
1 changed files with 12 additions and 0 deletions
|
|
@ -2,7 +2,19 @@ image: gcc:latest
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
- package
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
stage: build
|
stage: build
|
||||||
script: make
|
script: make
|
||||||
|
|
||||||
|
release:
|
||||||
|
stage: package
|
||||||
|
script: make
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
artifacts:
|
||||||
|
name: "m16-$CI_COMMIT_REF_SLUG"
|
||||||
|
paths:
|
||||||
|
- m16vm
|
||||||
|
- README.md
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue