mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
CI: bump Ubuntu to newer version, install missing DCO dependencies
This commit is contained in:
parent
e20fa9ec2e
commit
2b7b728077
@ -1,6 +1,6 @@
|
|||||||
version: '{build}'
|
version: '{build}'
|
||||||
|
|
||||||
image: Ubuntu1804
|
image: Ubuntu2004
|
||||||
|
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ build_script:
|
|||||||
- .ci/memory-leak-test.sh
|
- .ci/memory-leak-test.sh
|
||||||
test_script:
|
test_script:
|
||||||
- .ci/appveyor-deb-install-test.sh
|
- .ci/appveyor-deb-install-test.sh
|
||||||
- sudo apt-get update && sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip liblz4-dev # openvpn build deps
|
- sudo apt-get update && sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip liblz4-dev libnl-genl-3-dev # openvpn build deps
|
||||||
- sudo .ci/start-se-openvpn.sh
|
- sudo .ci/start-se-openvpn.sh
|
||||||
- sudo .ci/run-openvpn-tests.sh
|
- sudo .ci/run-openvpn-tests.sh
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Ubuntu_x64
|
- job: Ubuntu_x64
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
submodules: true
|
submodules: true
|
||||||
persistCredentials: true
|
persistCredentials: true
|
||||||
- script: sudo apt update && sudo apt-get -y install cmake gcc g++ ninja-build libncurses5-dev libreadline-dev libsodium-dev libssl-dev make zlib1g-dev liblz4-dev
|
- script: sudo apt update && sudo apt-get -y install cmake gcc g++ ninja-build libncurses5-dev libreadline-dev libsodium-dev libssl-dev make zlib1g-dev liblz4-dev libnl-genl-3-dev
|
||||||
displayName: 'Prepare environment'
|
displayName: 'Prepare environment'
|
||||||
- script: "$(Build.SourcesDirectory)/.ci/azure-pipelines/linux_build.sh"
|
- script: "$(Build.SourcesDirectory)/.ci/azure-pipelines/linux_build.sh"
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user