foxgirl-linux/.gitlab-ci.yml

14 lines
195 B
YAML
Raw Normal View History

2019-06-12 22:44:32 +02:00
image: ubuntu:18.04
stages:
- Build
Build LibreWolf:
stage: Build
script:
2019-06-12 23:24:19 +02:00
- cd browser
2019-06-12 22:44:32 +02:00
- ./build.sh
artifacts:
paths:
- "browser/build_output"