1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 18:20:40 +03:00

Merge branch 'master' into master

This commit is contained in:
Ilya Shipitsin 2019-05-03 18:15:45 +00:00 committed by GitHub
commit b0f6ac1248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,14 @@ precise:
<<: *ubuntu_def <<: *ubuntu_def
image: ubuntu:precise image: ubuntu:precise
build_illumos:
tags:
- illumos
stage: build
script:
- git submodule init && git submodule update
- CMAKE_FLAGS="-DCMAKE_PREFIX_PATH=/opt/local -DCMAKE_CXX_FLAGS=-m64 -DCMAKE_C_FLAGS=-m64" ./configure
- gmake -C tmp
# #
# flawfinder # flawfinder