mirror of
https://github.com/dynup/kpatch
synced 2025-01-31 09:11:31 +00:00
ebe51660b9
Add .travis.yml with build/unit/shellcheck tests. Signed-off-by: Artem Savkov <asavkov@redhat.com>
10 lines
179 B
YAML
10 lines
179 B
YAML
language: c
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install -y libelf-dev linux-headers-$(uname -r) shellcheck
|
|
|
|
script:
|
|
- make
|
|
- make unit
|
|
- make check
|