This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
youys
/
DocNet
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
14
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Add Travis CI integration
pull/16/head
Marcos Meli
10 years ago
parent
e025e4cebe
commit
64f6802414
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
.travis.yml
+ 9
- 0
.travis.yml
View File
@@ -0,0 +1,9 @@
sudo: false
language: csharp
solution: Docnet.sln
install:
- nuget restore Docnet.sln
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Debug Docnet.sln
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./src/MarkdownDeepTests/bin/Debug/MarkdownDeepTests.dll
Write
Preview
Loading…
Cancel
Save