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

Add .gitlab-ci.yml

parent 0ffd6954
No related branches found
No related tags found
No related merge requests found
Pipeline #32 failed
stages:
- build
ubuntu_deb:
stage: build
image: ubuntu:14.04
only:
- master
- /^release\-.+/
script:
- ./scripts/package ci_ubuntu_deb
- cat transfer.log
fedora_rpm:
stage: build
image: fedora:20
only:
- master
- /^release\-.+/
script:
- ./scripts/package ci_fedora_rpm
- cat transfer.log
opensuse_rpm:
stage: build
image: opensuse:42.1
only:
- master
- /^release\-.+/
script:
- ./scripts/package ci_opensuse_rpm
- cat transfer.log
archlinux_pkg:
stage: build
image: base/archlinux:latest
only:
- master
- /^release\-.+/
script:
- ./scripts/package ci_archlinux_pkg
- 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