mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
add debian package builds to gitlab-ci.yml
This commit is contained in:
parent
03e89a701e
commit
bcf0c41184
35
.gitlab-ci.yml
Normal file
35
.gitlab-ci.yml
Normal file
@ -0,0 +1,35 @@
|
||||
.ubuntu: &ubuntu_def
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y debhelper devscripts fakeroot ${CMAKE} dh-exec gcc libncurses5-dev libreadline-dev libssl-dev make zlib1g-dev git
|
||||
script:
|
||||
- debuild -i -us -uc -b
|
||||
|
||||
bionic:
|
||||
<<: *ubuntu_def
|
||||
image: ubuntu:bionic
|
||||
variables:
|
||||
CMAKE: cmake
|
||||
|
||||
xenial:
|
||||
<<: *ubuntu_def
|
||||
image: ubuntu:xenial
|
||||
variables:
|
||||
CMAKE: cmake
|
||||
|
||||
trusty:
|
||||
<<: *ubuntu_def
|
||||
image: ubuntu:trusty
|
||||
variables:
|
||||
CMAKE: cmake3
|
||||
|
||||
|
||||
#
|
||||
# there's no cmake3 for 12.04
|
||||
# maybe, there's ppa ?
|
||||
#
|
||||
#precise:
|
||||
# <<: *ubuntu_def
|
||||
# image: ubuntu:precise
|
||||
# variables:
|
||||
# CMAKE: cmake3
|
||||
|
Loading…
Reference in New Issue
Block a user