25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- language: csharp
- solution: JT808.Protocol.sln
- dotnet: 3.1.101
- os: linux
- mono: none
- dist: trusty2
- script:
- - dotnet restore src/JT808.Protocol.sln
- - dotnet build src/JT808.Protocol.Test/JT808.Protocol.Test.csproj
- - dotnet test src/JT808.Protocol.Test/JT808.Protocol.Test.csproj
- after_success:
- - echo successful build!
- branches:
- only:
- - master
|