Merge pull request #91 from dadav/fix/qemu_cache_bug

Fix cache bug
This commit is contained in:
evilsocket 2019-10-03 13:33:10 +02:00 committed by GitHub
commit b0848c2832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,11 +26,10 @@ branches:
cache:
apt: true
directories:
- qemu-4.1.0
before_script:
- test -d qemu-4.1.0 || ( wget https://download.qemu.org/qemu-4.1.0.tar.xz && tar xvJf qemu-4.1.0.tar.xz )
- wget https://download.qemu.org/qemu-4.1.0.tar.xz
- tar xvJf qemu-4.1.0.tar.xz
- cd qemu-4.1.0
- ./configure --target-list=arm-softmmu
- make -j$(nproc)