Files
linux-kernel-module-cheat/.travis.yml
2017-11-02 20:08:56 +00:00

13 lines
219 B
YAML

language: cpp
sudo: required
install: |
cd "$TRAVIS_BUILD_DIR"
bash -x ./configure -t
script: |
cd "$TRAVIS_BUILD_DIR"
bash -x ./build -j 16 |& awk 'NR % 1000 == 0'
bash -x ./run -e 'init=/poweroff.out' -n