Skip to content
Snippets Groups Projects
Commit 7547d773 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Add .gitlab-ci.yml

parent 9c463bb0
No related branches found
No related tags found
No related merge requests found
Pipeline #1368 failed
image: "eugenmayer/make"
stages:
- package
package:
stage: package
script:
- make
artifacts:
paths:
- pkg/*.zip
tags:
- docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment