We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e529d2 commit a179c3cCopy full SHA for a179c3c
.travis.yml
@@ -11,6 +11,11 @@ before_install:
11
- sudo apt-add-repository -y ppa:ev3dev/tools
12
- sudo apt-get update
13
- sudo apt-get install --yes debhelper fakeroot pbuilder-ev3dev gobject-introspection $QEMU_USER_STATIC
14
+- if [ -n "$QEMU_USER_STATIC" ]; then
15
+ wget https://github.com/multiarch/qemu-user-static/releases/download/v5.0.0-2/qemu-arm-static;
16
+ chmod +x qemu-arm-static;
17
+ sudo mv qemu-arm-static /usr/bin/;
18
+ fi
19
before_script:
20
- pbuilder-ev3dev base
21
- git checkout -B ev3dev-bullseye
0 commit comments