Forked from
DFN2 / pling-store-development
Up to date with the upstream repository.
This GitLab CI configuration is valid.
Learn more
.gitlab-ci.yml 192 B
stages:
- build
appimage:
stage: build
image: ubuntu:14.04
script:
- ./scripts/package appimage
artifacts:
paths:
- build_*/pling-store*.AppImage*
expire_in: 2 days