소스 검색
Delete .travis.yml
tags/v2.2.8
SmallChi(Koike)
5 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
0개의 추가작업 그리고
15개의 파일을 삭제
-
.travis.yml
|
|
@@ -1,15 +0,0 @@ |
|
|
|
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 |