mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
13 lines
183 B
YAML
13 lines
183 B
YAML
language: cpp
|
|
|
|
install: |
|
|
echo "$TRAVIS_BUILD_DIR"
|
|
pwd
|
|
ls
|
|
cd linux-kernel-module-cheat
|
|
./configure -t
|
|
|
|
script: |
|
|
cd "$TRAVIS_BUILD_DIR"
|
|
./run -e 'init=/poweroff.out' -n
|