Procházet zdrojové kódy

Merge pull request #51 from janbernloehr/nunit

Adding configurations for AppVeyor and Travis CI
master
PrzemyslawKlys před 9 roky
rodič
revize
101fe28780
2 změnil soubory, kde provedl 13 přidání a 0 odebrání
  1. 8
    0
      .travis.yml
  2. 5
    0
      appveyor.yml

+ 8
- 0
.travis.yml Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit