1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-12 23:02:59 +03:00

GitLab: create package with CMake

This commit is contained in:
Davide Beatrici 2018-08-10 17:06:14 +02:00
parent 8a064164c9
commit 005487c623

View File

@ -2,7 +2,8 @@
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
- ./configure
- make package -C tmp
bionic:
<<: *ubuntu_def