1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-12 23:02:59 +03:00

Add basic CI definition for illumos

This commit is contained in:
William Welliver 2019-04-26 10:36:11 -04:00
parent 560b90d02c
commit 59d57338a5

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