1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-25 19:09:52 +03:00

Merge PR #712: travis-ci: run stbcheck utility

This commit is contained in:
Davide Beatrici 2018-09-23 20:17:34 +02:00 committed by GitHub
commit f5bba7499d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,17 @@ matrix:
- env: OPENSSL_VERSION="1.1.0f" - env: OPENSSL_VERSION="1.1.0f"
os: linux os: linux
compiler: clang compiler: clang
- os: linux
language: csharp
mono: none
dotnet: 2.1.300
before_install:
- true
before_script:
- true
script:
- cd developer_tools/stbchecker
- dotnet run ../../src/bin/hamcore
- os: osx - os: osx
compiler: clang compiler: clang
cache: cache: