Update .gitlab-ci.yml file

This commit is contained in:
Michael Nolan 2023-10-02 19:40:26 +00:00
parent 730aa3e14c
commit f14df51025
1 changed files with 13 additions and 0 deletions

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
stages:
- build
build:
image: wiidocker:latest
stage: build
only:
- master
artifacts:
paths:
- publish/
script:
- make && make publish