mirror of https://github.com/lidarr/Lidarr
15 lines
305 B
YAML
15 lines
305 B
YAML
|
language: csharp
|
||
|
solution: src/Lidarr.sln
|
||
|
addons:
|
||
|
apt:
|
||
|
packages:
|
||
|
- nodejs
|
||
|
# - npm apparently not needed anymore.
|
||
|
script:
|
||
|
- ./build.sh
|
||
|
- chmod +x test.sh
|
||
|
# - ./test.sh Linux Unit Takes far too long, maybe even crashes travis :/
|
||
|
after_success:
|
||
|
- chmod +x package.sh
|
||
|
- ./package.sh
|