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