ソースを参照

Adding configurations for AppVeyor and Travis CI

master
Jan Bernlöhr 9年前
コミット
8507d2a5b0
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

読み込み中…
キャンセル
保存