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
d403e524
Commit
d403e524
authored
Jul 20, 2018
by
akiraohgaki
Browse files
Add .gitlab-ci.yml
parent
0ffd6954
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
d403e524
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
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