1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-18 13:44:58 +03:00

gitlab-ci: enable ubuntu 12.04 builds

This commit is contained in:
Ilya Shipitsin
2018-10-12 01:03:12 +05:00
parent 0e22adc598
commit ec09309aa8
4 changed files with 26 additions and 10 deletions

View File

@ -1,6 +1,6 @@
.ubuntu: &ubuntu_def
variables:
CMAKE_VERSION: 3.12.1
CMAKE_VERSION: 3.9.6
before_script:
- REPOSITORY="$PWD" && cd ..
- apt-get update && apt-get install -y dpkg-dev wget g++ gcc libncurses5-dev libreadline-dev libssl-dev make zlib1g-dev git file
@ -23,11 +23,7 @@ trusty:
<<: *ubuntu_def
image: ubuntu:trusty
#
# there's no cmake3 for 12.04
# maybe, there's ppa ?
#
#precise:
# <<: *ubuntu_def
# image: ubuntu:precise
precise:
<<: *ubuntu_def
image: ubuntu:precise