prepare Qemu as root

This commit is contained in:
Stefan Agner 2019-01-23 11:16:30 +01:00
parent 662129b1b2
commit a5e3bb63c2

View file

@ -14,7 +14,7 @@ install:
- sudo systemctl restart docker - sudo systemctl restart docker
- sudo apt-get --yes --no-install-recommends install qemu-user-static - sudo apt-get --yes --no-install-recommends install qemu-user-static
before_script: before_script:
- ./prepare-qemu - sudo ./prepare-qemu
script: script:
- ./build - ./build
after_success: after_success: