mirror of
https://github.com/dynup/kpatch
synced 2025-01-03 03:02:01 +00:00
c16306f272
Install kpatch during testing so that any bugs in makefiles such as #833 can be caught early. Signed-off-by: Artem Savkov <asavkov@redhat.com>
11 lines
201 B
YAML
11 lines
201 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
|
|
- sudo make install
|