Skip to content

Commit

Permalink
changed ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Feb 1, 2019
1 parent 43dedb2 commit 0924b7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ script:
- cargo clippy --all -- -D clippy::pedantic
- cargo build --release
- chmod +x target/release/apk-decompiler
- mkdir output
- mv target/release/apk-decompiler output/apk-decompiler
- mv lib output/lib
- mkdir apk-decompiler
- mv target/release/apk-decompiler apk-decompiler/apk-decompiler
- mv lib apk-decompiler/lib
# - gzip -k -f output
- tar -zcvf apk-decompiler.tar.gz output/
- tar -zcvf apk-decompiler.tar.gz apk-decompiler/
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mv apk-decompiler.tar.gz apk_decompiler_linux.tar.gz ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mv apk-decompiler.tar.gz apk_decompiler_osx.tar.gz ; fi

Expand Down

0 comments on commit 0924b7b

Please sign in to comment.