Skip to content
Snippets Groups Projects
Commit ccee6043 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Travis: fix linitian errors

parent 128875d3
No related branches found
No related tags found
No related merge requests found
...@@ -53,11 +53,15 @@ before_deploy: ...@@ -53,11 +53,15 @@ before_deploy:
- cd .. - cd ..
- git clone https://github.com/ucoin-io/debpkg.git duniter-x64 - git clone https://github.com/ucoin-io/debpkg.git duniter-x64
- mkdir -p duniter-x64/opt/duniter/ - mkdir -p duniter-x64/opt/duniter/
- chmod 775 duniter-x64/DEBIAN/post*
- cd ucoin_release/sources - cd ucoin_release/sources
- rm -Rf .git
- zip -qr ../duniter-desktop.nw * - zip -qr ../duniter-desktop.nw *
- cd ../nw - cd ../nw
- zip -qr ../nw.nwb * - zip -qr ../nw.nwb *
- cd ../.. - cd ..
- rm -Rf .git
- cd ..
- mv ucoin_release/duniter-desktop.nw duniter-x64/opt/duniter/ - mv ucoin_release/duniter-desktop.nw duniter-x64/opt/duniter/
- mv ucoin_release/nw.nwb duniter-x64/opt/duniter/ - mv ucoin_release/nw.nwb duniter-x64/opt/duniter/
- fakeroot dpkg-deb --build duniter-x64 - fakeroot dpkg-deb --build duniter-x64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment