Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
ocs-url
Commits
571d697a
Commit
571d697a
authored
Sep 05, 2018
by
akiraohgaki
Browse files
Parallel build again
parent
899f4d95
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
571d697a
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment