mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
build kind of works
This commit is contained in:
@@ -10413,7 +10413,7 @@ We tried to automate it on Travis with link:.travis.yml[] but it hits the curren
|
||||
Benchmark all:
|
||||
|
||||
....
|
||||
./build --all-linux-components
|
||||
./build all-linux
|
||||
./bench-boot
|
||||
cat "$(./getvar bench_boot)"
|
||||
....
|
||||
@@ -11158,7 +11158,7 @@ It takes too much time to be feasible for every patch, but it should be done for
|
||||
==== Automated tests
|
||||
|
||||
....
|
||||
./build --all-linux-components
|
||||
./build all-linux
|
||||
./test --size 3
|
||||
echo $?
|
||||
....
|
||||
@@ -11341,7 +11341,7 @@ TODO also run tests and only release if they pass.
|
||||
Create a zip containing all files required for <<prebuilt>>:
|
||||
|
||||
....
|
||||
./build --all-linux-components
|
||||
./build all-linux
|
||||
./release-zip
|
||||
....
|
||||
|
||||
|
||||
Reference in New Issue
Block a user