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

Merge branch 'develop'

parents a037c533 571d697a
No related branches found
No related tags found
No related merge requests found
stages: stages:
- build_ubuntu_deb - build
- build_fedora_rpm
- build_opensuse_rpm
- build_archlinux_pkg
ubuntu_deb: ubuntu_deb:
stage: build_ubuntu_deb stage: build
image: ubuntu:14.04 image: ubuntu:14.04
only: only:
- master - master
...@@ -15,7 +12,7 @@ ubuntu_deb: ...@@ -15,7 +12,7 @@ ubuntu_deb:
- cat transfer.log - cat transfer.log
fedora_rpm: fedora_rpm:
stage: build_fedora_rpm stage: build
image: fedora:20 image: fedora:20
only: only:
- master - master
...@@ -25,7 +22,7 @@ fedora_rpm: ...@@ -25,7 +22,7 @@ fedora_rpm:
- cat transfer.log - cat transfer.log
opensuse_rpm: opensuse_rpm:
stage: build_opensuse_rpm stage: build
image: opensuse:42.1 image: opensuse:42.1
only: only:
- master - master
...@@ -35,7 +32,7 @@ opensuse_rpm: ...@@ -35,7 +32,7 @@ opensuse_rpm:
- cat transfer.log - cat transfer.log
archlinux_pkg: archlinux_pkg:
stage: build_archlinux_pkg stage: build
image: base/archlinux:latest image: base/archlinux:latest
only: only:
- master - master
......
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