Skip to content

Commit 1d7f8be

Browse files
committed
Create .travis.yml
1 parent 8c338bd commit 1d7f8be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: csharp
2+
solution: SynologyAPI.sln
3+
mono:
4+
- latest
5+
before_install:
6+
- git submodule update --init --recursive
7+
script:
8+
- xbuild /p:Configuration=Release SynologyAPI.sln

0 commit comments

Comments
 (0)