Skip to content

Commit

Permalink
updated travis CI to inspect generate debian package
Browse files Browse the repository at this point in the history
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
  • Loading branch information
gabrik committed Feb 14, 2020
1 parent cdffca3 commit cca0b07
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 @@ -19,4 +19,5 @@ script:
- docker exec build bash -c "eval \$(opam env) && cd /root/fog05 && ./build.sh"
- docker exec build bash -c "mkdir /root/build && cd /root && mv fog05 build/fog05-0.1 && cd build && tar -czvf fog05-0.1.tar.gz fog05-0.1"
# building a debian package
- docker exec build bash -c "export DEBEMAIL="info@adlink-labs.tech" && export DEBFULLNAME="ATO Labs" && cd /root/build/fog05-0.1 && dh-make -f ../fog05-0.1.tar.gz -s -y && debuild -us -uc --preserve-envvar PATH"
- docker exec build bash -c "export DEBEMAIL="info@adlink-labs.tech" && export DEBFULLNAME="ATO Labs" && cd /root/build/fog05-0.1 && dh-make -f ../fog05-0.1.tar.gz -s -y && debuild -us -uc --preserve-envvar PATH && ls -l"
- docker exec build bash -c "cd /root/build/ && dpkg -I fog05_0.1_amd64.deb "

0 comments on commit cca0b07

Please sign in to comment.