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

Parallel build again

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