1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-08-24 13:32:59 +03:00
SoftEtherVPN/.gitlab-ci.yml

12 lines
314 B
YAML
Raw Normal View History

# illumos gitlab-runner maintained by @hww3
2019-04-26 17:36:11 +03:00
build_illumos:
only:
- master@SoftEther/SoftEtherVPN
2019-04-26 17:36:11 +03:00
tags:
- illumos
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 build
2018-11-10 20:39:22 +03:00