build kind of works

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-26 00:00:00 +00:00
parent 004c100453
commit 8f1c662e3d
4 changed files with 114 additions and 111 deletions

View File

@@ -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
....