We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1498bd commit 09177aaCopy full SHA for 09177aa
.travis.yml
@@ -13,6 +13,11 @@ before_install:
13
- sudo apt-add-repository --yes ppa:ev3dev/tools
14
- sudo apt-get update
15
- sudo apt-get install --yes debhelper pbuilder-ev3dev gobject-introspection $QEMU
16
+- if [ -n "$QEMU" ]; then
17
+ wget https://github.com/multiarch/qemu-user-static/releases/download/v5.0.0-2/qemu-arm-static;
18
+ chmod +x qemu-arm-static;
19
+ sudo mv qemu-arm-static /usr/bin/;
20
+ fi
21
before_script:
22
- pbuilder-ev3dev base
23
- git checkout -B ev3dev-$DIST
0 commit comments