mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
10 lines
115 B
YAML
10 lines
115 B
YAML
language: cpp
|
|
|
|
install: |
|
|
cd "$TRAVIS_BUILD_DIR"
|
|
./configure -t
|
|
|
|
script: |
|
|
cd "$TRAVIS_BUILD_DIR"
|
|
./run -n
|