windows/.gitlab-ci.yml
2021-01-30 18:18:32 +00:00

14 lines
263 B
YAML

stages:
- build
build_job:
stage: build
script:
- '& git submodule update --init --recursive' #pull the settings submodule
- '& $env:CI_PROJECT_DIR\package.ps1'
artifacts:
expire_in: 1 yrs
paths:
- librewolf
tags:
- windows