Fix Linux build and set up travis (#119)
* Add missing progress functions * eslint fails so disable * Correct case * Fix copy commands * Set up travispull/123/head
parent
c3d5419028
commit
e1e7cad951
@ -0,0 +1,14 @@
|
|||||||
|
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
|
Loading…
Reference in new issue