foxgirl-linux/.gitlab-ci.yml
2019-06-12 16:32:26 -05:00

18 lines
276 B
YAML

image: ubuntu:18.04
before_script:
- apt update
- apt install python python3 wget sudo -y
stages:
- Build
Build LibreWolf:
stage: Build
script:
- cd browser
- ./build.sh
artifacts:
paths:
- "browser/librewolf*.tar.bz2"