소스 검색

Merge pull request #51 from janbernloehr/nunit

Adding configurations for AppVeyor and Travis CI
master
PrzemyslawKlys 9 년 전
부모
커밋
101fe28780
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 8
    0
      .travis.yml
  2. 5
    0
      appveyor.yml

+ 8
- 0
.travis.yml 파일 보기

@@ -0,0 +1,8 @@
language: csharp
solution: DocX.sln
install:
- nuget restore DocX.sln
- nuget install NUnit.Console -Version 3.4.1 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Debug DocX.sln
- mono --debug ./testrunner/NUnit.ConsoleRunner.3.4.1/tools/nunit3-console.exe ./UnitTests/bin/Debug/UnitTests.dll

+ 5
- 0
appveyor.yml 파일 보기

@@ -0,0 +1,5 @@
before_build:
- nuget restore DocX.sln
build:
project: DocX.sln
verbosity: minimal

Loading…
취소
저장