1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 09:49:21 +03:00

Merge pull request #906 from hww3/hww3/illumos-ci

Merge PR #906: Add basic CI definition for illumos
This commit is contained in:
Ilya Shipitsin
2019-04-26 23:39:38 +00:00
committed by GitHub

View File

@ -27,6 +27,14 @@ precise:
<<: *ubuntu_def
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