You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 line
351 B

  1. language: csharp
  2. solution: JT808.Protocol.sln
  3. dotnet: 3.1.100
  4. os: linux
  5. mono: none
  6. dist: trusty2
  7. script:
  8. - dotnet restore src/JT808.Protocol.sln
  9. - dotnet build src/JT808.Protocol.Test/JT808.Protocol.Test.csproj
  10. - dotnet test src/JT808.Protocol.Test/JT808.Protocol.Test.csproj
  11. after_success:
  12. - echo successful build!
  13. branches:
  14. only:
  15. - master