some small fixes

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-15 00:01:31 +01:00
parent e575f73d9b
commit 938869fd01
4 changed files with 8 additions and 7 deletions

View File

@@ -22,5 +22,5 @@ script: |
# libsdl2-dev : Depends: libegl1-mesa-dev
# Depends: libgles2-mesa-dev
bash -x ./build-qemu -j 16 -S |& awk 'NR % 1000 == 0'
bash -x ./build -j 16 -S |& awk 'NR % 1000 == 0'
bash -x ./run -e 'init=/poweroff.out'
bash -x ./build-buildroot -j 16 -S |& awk 'NR % 1000 == 0'
bash -x ./run --kernel-cli 'init=/poweroff.out'