mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
travis-ci: run stbcheck utility
This commit is contained in:
parent
bfb188df0d
commit
cfd0022e61
11
.travis.yml
11
.travis.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user