Sfoglia il codice sorgente

Merge pull request #51 from janbernloehr/nunit

Adding configurations for AppVeyor and Travis CI
master
PrzemyslawKlys 9 anni fa
parent
commit
101fe28780
2 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 8
    0
      .travis.yml
  2. 5
    0
      appveyor.yml

+ 8
- 0
.travis.yml Vedi File

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 Vedi File

before_build:
- nuget restore DocX.sln
build:
project: DocX.sln
verbosity: minimal

Loading…
Annulla
Salva