Skip to content

Commit

Permalink
Merge pull request #646 from jmakai/master
Browse files Browse the repository at this point in the history
Xenial debug symbol packages
  • Loading branch information
simonmichal committed Jan 18, 2018
2 parents 379e9e4 + 74ebb35 commit 7b959c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -32,7 +32,7 @@ stages:
image: ubuntu:xenial
script:
- apt-get update
- apt-get install -y git cmake g++ debhelper devscripts equivs gdebi-core
- apt-get install -y git cmake g++ debhelper devscripts equivs gdebi-core pkg-create-dbgsym
- cp -R packaging/debian/ .
- mk-build-deps --build-dep debian/control
- gdebi -n xrootd-build-deps-depends*.deb
Expand All @@ -41,6 +41,7 @@ stages:
- dpkg-buildpackage -b -us -uc -tc --changes-option="-udeb_packages"
- mkdir xenial
- cp deb_packages/*.deb xenial
- cp ../*.ddeb xenial
artifacts:
expire_in: 1 day
paths:
Expand Down

0 comments on commit 7b959c1

Please sign in to comment.