mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
build without sdl for travis
This commit is contained in:
@@ -20,5 +20,10 @@ script: |
|
||||
# awk: without it, too much stdout (4Mb max)
|
||||
# If we ignore stdout: Travis kills job because it spent
|
||||
# too long without any new stdout.
|
||||
bash -x ./build -j 16 |& awk 'NR % 1000 == 0'
|
||||
#
|
||||
# -S otherwise apt-get instlal fails with:
|
||||
# The following packages have unmet dependencies:
|
||||
# libsdl2-dev : Depends: libegl1-mesa-dev
|
||||
# Depends: libgles2-mesa-dev
|
||||
bash -x ./build -j 16 -S |& awk 'NR % 1000 == 0'
|
||||
bash -x ./run -e 'init=/poweroff.out' -n
|
||||
|
||||
Reference in New Issue
Block a user