1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +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: 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 - 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: script:
- debuild -i -us -uc -b - ./configure
- make package -C tmp
bionic: bionic:
<<: *ubuntu_def <<: *ubuntu_def