Add .gitlab-ci.yml

This commit is contained in:
Bruno Shiroma 2021-01-30 16:54:18 +00:00
parent 922b40d869
commit 6e23fe4cc2

13
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,13 @@
stages:
- build
build_job:
stage: build
script:
- '& package.ps1'
artifacts:
expire_in: 1 yrs
paths:
- librewolf
tags:
- windows