Skip to content

Commit

Permalink
travis: overwrite qemu-arm-static with newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Jul 12, 2020
1 parent f1498bd commit 09177aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ before_install:
- sudo apt-add-repository --yes ppa:ev3dev/tools
- sudo apt-get update
- sudo apt-get install --yes debhelper pbuilder-ev3dev gobject-introspection $QEMU
- if [ -n "$QEMU" ]; then
wget https://github.com/multiarch/qemu-user-static/releases/download/v5.0.0-2/qemu-arm-static;
chmod +x qemu-arm-static;
sudo mv qemu-arm-static /usr/bin/;
fi
before_script:
- pbuilder-ev3dev base
- git checkout -B ev3dev-$DIST
Expand Down

0 comments on commit 09177aa

Please sign in to comment.