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