Skip to content

Commit

Permalink
make tools executable
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Dec 24, 2017
1 parent 35caceb commit 6faa013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/linux/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ echo "Building .deb package..."

wget_retry https://calaos.fr/mooltipass/tools/linux/mc-agent -O mc-agent
wget_retry https://calaos.fr/mooltipass/tools/linux/mc-cli -O mc-cli
chmod +x mc-agent mc-cli

$DOCKER_EXEC "mkdir -p build-linux && cp -f mc-agent mc-cli build-linux/"
$DOCKER_EXEC "dpkg-buildpackage -b -us -uc && mkdir -p build-linux/deb && cp ../*.deb build-linux/deb"
Expand Down
1 change: 1 addition & 0 deletions scripts/ci/osx/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cp build/moolticuted build/$APP.app/Contents/MacOS/
#Get 3rd party tools
wget_retry https://calaos.fr/mooltipass/tools/macos/mc-agent -O build/$APP.app/Contents/MacOS/mc-agent
wget_retry https://calaos.fr/mooltipass/tools/macos/mc-cli -O build/$APP.app/Contents/MacOS/mc-cli
chmod +x build/$APP.app/Contents/MacOS/mc-agent build/$APP.app/Contents/MacOS/mc-cli

# use macdeployqt to deploy the application
echo "Calling macdeployqt"
Expand Down

0 comments on commit 6faa013

Please sign in to comment.