mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-25 10:59:53 +03:00
gitlab-ci: add recursive checkout
This commit is contained in:
parent
e00a09b129
commit
6f347003ce
@ -1,6 +1,7 @@
|
|||||||
.ubuntu: &ubuntu_def
|
.ubuntu: &ubuntu_def
|
||||||
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 ${CMAKE} g++ gcc libncurses5-dev libreadline-dev libssl-dev make zlib1g-dev git file
|
||||||
|
- git submodule update --init --recursive
|
||||||
script:
|
script:
|
||||||
- ./configure
|
- ./configure
|
||||||
- make package -C tmp
|
- make package -C tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user