mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
split build and run scripts due to option conflicts
Remove -v from travis as it blew log length
This commit is contained in:
@@ -4,8 +4,9 @@ sudo: required
|
||||
|
||||
install: |
|
||||
cd "$TRAVIS_BUILD_DIR"
|
||||
./configure -t
|
||||
bash -x ./configure -t
|
||||
|
||||
script: |
|
||||
cd "$TRAVIS_BUILD_DIR"
|
||||
bash -x ./run -e 'init=/poweroff.out' -j 16 -n -v
|
||||
bash -x ./build -j 16
|
||||
bash -x ./run -e 'init=/poweroff.out' -n
|
||||
|
||||
Reference in New Issue
Block a user