mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
Travis attempt 3
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
language: cpp
|
||||
|
||||
install: |
|
||||
cd "$TRAVIS_BUILD_DIR"
|
||||
echo "$TRAVIS_BUILD_DIR"
|
||||
pwd
|
||||
ls
|
||||
cd linux-kernel-module-cheat
|
||||
./configure -t
|
||||
|
||||
script: |
|
||||
cd "$TRAVIS_BUILD_DIR"
|
||||
./run -n
|
||||
./run -e 'init=/poweroff.out' -n
|
||||
|
||||
Reference in New Issue
Block a user