Browse Source

travis-ci: run stbcheck utility

Ilya Shipitsin 7 years ago
parent
commit
cfd0022e61
1 changed files with 11 additions and 0 deletions
  1. 11 0
      .travis.yml

+ 11 - 0
.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: