index
:
linux-qemu-test.git
Build Linux Kernel/Modules/musl/BusyBox and run it on QEMU.
log msg
author
committer
range
main
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Toni Uhlig <matzeton@googlemail.com>
2018-12-25 20:36:02 +0100
committer
Toni Uhlig <matzeton@googlemail.com>
2018-12-25 20:36:02 +0100
commit
f318902ded114924fca9badffaad4320ab04ddb4
(
patch
)
tree
4ed1e95afaced72c88a92e3a824dd0037b0cfc4f
parent
ae1f160611501718c393e4b96f41e2f9a876a10e
(
diff
)
travis-ci update/fallback
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat
-rw-r--r--
.travis.yml
6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index e55ea6c..2ce0a14 100644
--- a/
.travis.yml
+++ b/
.travis.yml
@@ -1,13 +1,11 @@
language: c
sudo: required
os:
-- linnux
+- linux
compiler:
- gcc
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y -qq coreutils make autoconf automake gcc build-essential libelf-dev
script:
-- make -s DEFCONFIG=y &
-- while (test x$(pidof make) != x); do echo -n '.'; sleep 1; done
-- echo
+- make DEFCONFIG=y