|
|
@ -2,7 +2,8 @@ language: csharp
|
|
|
|
solution: src/NzbDrone.sln
|
|
|
|
solution: src/NzbDrone.sln
|
|
|
|
script: # the following commands are just examples, use whatever your build process requires
|
|
|
|
script: # the following commands are just examples, use whatever your build process requires
|
|
|
|
- ./build.sh
|
|
|
|
- ./build.sh
|
|
|
|
- ./test.sh
|
|
|
|
- chmod +x test.sh
|
|
|
|
|
|
|
|
- ./test.sh Linux Unit
|
|
|
|
install:
|
|
|
|
install:
|
|
|
|
- sudo apt-get install nodejs
|
|
|
|
- sudo apt-get install nodejs
|
|
|
|
- sudo apt-get install npm
|
|
|
|
- sudo apt-get install npm
|
|
|
|