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