1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

travis-ci: run stbcheck utility

This commit is contained in:
Ilya Shipitsin 2018-09-23 22:54:57 +05:00
parent bfb188df0d
commit cfd0022e61

View File

@ -20,6 +20,17 @@ matrix:
- env: OPENSSL_VERSION="1.1.0f"
os: linux
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
compiler: clang
cache: