mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
13 lines
112 B
YAML
13 lines
112 B
YAML
sudo: required
|
|
dist: trusty
|
|
|
|
os: linux
|
|
|
|
language: c
|
|
|
|
compiler: [ gcc, clang ]
|
|
|
|
script:
|
|
- ./configure
|
|
- make
|