foxgirl-linux/.gitlab-ci.yml

18 lines
276 B
YAML
Raw Normal View History

2019-06-12 22:44:32 +02:00
image: ubuntu:18.04
before_script:
- apt update
2019-06-12 23:32:26 +02:00
- apt install python python3 wget sudo -y
2019-06-12 22:44:32 +02:00
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:
2019-06-12 23:24:19 +02:00
- "browser/librewolf*.tar.bz2"