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
|
language: cpp
|
||||||
|
|
||||||
install: |
|
install: ./configure -t
|
||||||
echo "$TRAVIS_BUILD_DIR"
|
|
||||||
pwd
|
|
||||||
ls
|
|
||||||
cd linux-kernel-module-cheat
|
|
||||||
./configure -t
|
|
||||||
|
|
||||||
script: |
|
script: ./run -e 'init=/poweroff.out' -n
|
||||||
cd "$TRAVIS_BUILD_DIR"
|
|
||||||
./run -e 'init=/poweroff.out' -n
|
|
||||||
|
|||||||
Reference in New Issue
Block a user