projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66a3a9c
)
travis: Update to use QEMU 3.0.0 for testing
author
Bin Meng
<bmeng.cn@gmail.com>
Sun, 14 Oct 2018 03:52:13 +0000
(20:52 -0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Mon, 22 Oct 2018 09:51:45 +0000
(17:51 +0800)
This updates travis-ci to use QEMU 3.0.0 for testing.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
36c0f90
..
5714bb3
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-97,7
+97,7
@@
before_script:
git clone git://git.qemu.org/qemu.git /tmp/qemu;
pushd /tmp/qemu;
git submodule update --init dtc &&
- git checkout v
2.8.0-rc3
&&
+ git checkout v
3.0.0
&&
./configure --prefix=/tmp/qemu-install --target-list=${QEMU_TARGET} &&
make -j4 all install;
popd;