Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

20 rader
749 B

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