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
akiraohgaki
ocs-url
Commits
a037c533
Commit
a037c533
authored
Sep 05, 2018
by
akiraohgaki
Browse files
Merge branch 'develop'
parents
cf091877
899f4d95
Pipeline
#48
failed with stages
in 9 minutes and 42 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a037c533
stages
:
-
build
-
build_ubuntu_deb
-
build_fedora_rpm
-
build_opensuse_rpm
-
build_archlinux_pkg
ubuntu_deb
:
stage
:
build
stage
:
build
_ubuntu_deb
image
:
ubuntu:14.04
only
:
-
master
...
...
@@ -12,7 +15,7 @@ ubuntu_deb:
-
cat transfer.log
fedora_rpm
:
stage
:
build
stage
:
build
_fedora_rpm
image
:
fedora:20
only
:
-
master
...
...
@@ -22,7 +25,7 @@ fedora_rpm:
-
cat transfer.log
opensuse_rpm
:
stage
:
build
stage
:
build
_opensuse_rpm
image
:
opensuse:42.1
only
:
-
master
...
...
@@ -32,7 +35,7 @@ opensuse_rpm:
-
cat transfer.log
archlinux_pkg
:
stage
:
build
stage
:
build
_archlinux_pkg
image
:
base/archlinux:latest
only
:
-
master
...
...
scripts/package
View file @
a037c533
#!/bin/sh
#!/bin/
ba
sh
PKGNAME
=
'ocs-url'
...
...
scripts/prepare
View file @
a037c533
#!/bin/sh
#!/bin/
ba
sh
PROJDIR
=
"
$(
cd
"
$(
dirname
"
${
0
}
"
)
/../"
&&
pwd
)
"
...
...
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