Skip to content

Commit

Permalink
Add a package for build
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 8, 2018
1 parent 38b1b27 commit bbc7789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ "$TRAVIS_OS_NAME" = "osx" ] ; then
bash -x build_macos_binary.sh
elif [ "$TRAVIS_OS_NAME" = "linux" ] ; then
sudo apt -qq update
sudo apt install -y fakeroot
sudo apt install -y fakeroot libczmq-dev

bash -x build_deb_package.sh
fi

0 comments on commit bbc7789

Please sign in to comment.