Update .gitlab-ci.yml file
This commit is contained in:
parent
730aa3e14c
commit
f14df51025
|
@ -0,0 +1,13 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
image: wiidocker:latest
|
||||
stage: build
|
||||
only:
|
||||
- master
|
||||
artifacts:
|
||||
paths:
|
||||
- publish/
|
||||
script:
|
||||
- make && make publish
|
Loading…
Reference in New Issue