mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
add .travis.yml
This commit is contained in:
5
run
5
run
@@ -53,11 +53,6 @@ make O="$outdir" olddefconfig
|
||||
#
|
||||
# Even if were an autotools package, there is no general way currently to pass extra configs to it:
|
||||
# https://stackoverflow.com/questions/44341188/how-to-pass-extra-custom-configure-autotools-options-to-a-buildroot-package/44341225#44341225
|
||||
#
|
||||
# SDL support was rejected upstream because it adds many dependencies: https://patchwork.ozlabs.org/patch/770684/
|
||||
# We are just using the host SDL for now, if it causes too much problems we might remove it.
|
||||
# libsdl2-dev needs to be installed separatedly from sudo apt-get build-dep qemu
|
||||
# because Ubuntu 16.04's QEMU uses SDL 1.
|
||||
time \
|
||||
env \
|
||||
-u LD_LIBRARY_PATH \
|
||||
|
||||
Reference in New Issue
Block a user