Add .gitlab-ci.yml
This commit is contained in:
parent
922b40d869
commit
6e23fe4cc2
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
build_job:
|
||||
stage: build
|
||||
script:
|
||||
- '& package.ps1'
|
||||
artifacts:
|
||||
expire_in: 1 yrs
|
||||
paths:
|
||||
- librewolf
|
||||
tags:
|
||||
- windows
|
||||
Loading…
Add table
Reference in a new issue