mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +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:
|
||||
- build
|
||||
- package
|
||||
|
||||
compile:
|
||||
stage: build
|
||||
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