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
82e545e4
Commit
82e545e4
authored
Sep 03, 2018
by
akiraohgaki
Browse files
Update .travis.yml
parent
f2695374
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
82e545e4
...
...
@@ -10,8 +10,8 @@ branches:
script
:
-
mntdir='/mnt/ocs-url'
-
docker run --rm -v $(pwd):${mntdir} ubuntu:14.04 /bin/bash -c "${mntdir}/scripts/package
ci_
ubuntu_deb"
-
docker run --rm -v $(pwd):${mntdir} fedora:20 /bin/bash -c "${mntdir}/scripts/package
ci_
fedora_rpm"
-
docker run --rm -v $(pwd):${mntdir} opensuse:42.1 /bin/bash -c "${mntdir}/scripts/package
ci_
opensuse_rpm"
-
docker run --rm -v $(pwd):${mntdir} base/archlinux:latest /bin/bash -c "${mntdir}/scripts/package
ci_
archlinux_pkg"
-
docker run --rm -v $(pwd):${mntdir} ubuntu:14.04 /bin/bash -c "${mntdir}/scripts/package ubuntu_deb"
-
docker run --rm -v $(pwd):${mntdir} fedora:20 /bin/bash -c "${mntdir}/scripts/package fedora_rpm"
-
docker run --rm -v $(pwd):${mntdir} opensuse:42.1 /bin/bash -c "${mntdir}/scripts/package opensuse_rpm"
-
docker run --rm -v $(pwd):${mntdir} base/archlinux:latest /bin/bash -c "${mntdir}/scripts/package 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