Skip to content
Snippets Groups Projects
Commit 7ed8f415 authored by akiraohgaki's avatar akiraohgaki
Browse files

Add .gitlab-ci.yml

parent e90647d8
No related branches found
No related tags found
No related merge requests found
stages:
- build
appimage:
stage: build
image: ubuntu:14.04
only:
- master
- /^release\-.+/
script:
- ./scripts/package ci_appimage
- cat transfer.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment