Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yjcn authored Jan 19, 2020
1 parent e29cf54 commit 8581c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ script:
- make clean && make -j$(nproc)
# - make install DESTDIR=$PWD/_install
- ./src/qbittorrent-nox -v
- tar cvf qbittorrent-nox.tar ./src/qbittorrent-nox
- sudo make install
- tar cvf qbittorrent-nox.tar /usr/local/bin/qbittorrent-nox
- mv qbittorrent-nox.tar ../deploy/qbittorrent-nox_$ARCH.tar
- cd ..
deploy:
Expand Down

0 comments on commit 8581c44

Please sign in to comment.