Skip to content
Snippets Groups Projects
Commit a5085569 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

gitlab build script for debian package

parent 76458b9c
No related branches found
No related tags found
1 merge request!163Resolve "Continous integration build"
Pipeline #
......@@ -39,8 +39,10 @@ build_debian_package:
paths:
- "debian/*.deb"
script:
- apt-get install -y curl sudo gnupg git openjdk-8-jdk ant maven dh-make
- apt-get install -y curl sudo gnupg git openjdk-8-jdk ant maven dh-make build-essential lintian devscripts xsltproc fakeroot xsltproc docbook-xsl
- curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
- sudo apt-get install -y nodejs
- export DEBFULLNAME="Piotr Gawron"
- export DEBEMAIL="piotr.gawron@uni.lu"
- ant debian-pkg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment