travis: maybe fix. not sure

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-15 10:54:00 +01:00
parent cc7163de46
commit 1520f1588e

View File

@@ -8,7 +8,7 @@ install: |
script: | script: |
cd "$TRAVIS_BUILD_DIR" cd "$TRAVIS_BUILD_DIR"
# -j: I'm unable to install nproc on Travis. # --nproc: I'm unable to install nproc on Travis.
# TODO why? Is part of coreutils in Ubuntu 16.04: # TODO why? Is part of coreutils in Ubuntu 16.04:
# http://manpages.ubuntu.com/manpages/trusty/man1/nproc.1.html # http://manpages.ubuntu.com/manpages/trusty/man1/nproc.1.html
# which ./configure is installing. # which ./configure is installing.
@@ -16,11 +16,6 @@ script: |
# awk: without it, too much stdout (4Mb max) # awk: without it, too much stdout (4Mb max)
# If we ignore stdout: Travis kills job because it spent # If we ignore stdout: Travis kills job because it spent
# too long without any new stdout. # too long without any new stdout.
# bash -x ./build-qemu --nproc 16 |& awk 'NR % 1000 == 0'
# -S otherwise apt-get instlal fails with: bash -x ./build-buildroot --nproc 16 |& awk 'NR % 1000 == 0'
# The following packages have unmet dependencies:
# libsdl2-dev : Depends: libegl1-mesa-dev
# Depends: libgles2-mesa-dev
bash -x ./build-qemu -j 16 -S |& awk 'NR % 1000 == 0'
bash -x ./build-buildroot -j 16 -S |& awk 'NR % 1000 == 0'
bash -x ./run --kernel-cli 'init=/poweroff.out' bash -x ./run --kernel-cli 'init=/poweroff.out'