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"
|
- 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user