Commit Graph

4 Commits

Author SHA1 Message Date
Artem Savkov 78325e4651 travis: build with different optimization levels
Try building with -O2 and -O3.

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2020-09-10 10:56:57 +02:00
Artem Savkov 3aa5abb807 kpatch-build: use symbol table instead of kobject
create-diff-object doesn't really need the full kernel object file as
input. All it requires is a symbol table. Switch to using "eu-readelf -s"'s
output instead of object files. This will enable us to cover more cases
in unit tests.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Artem Savkov <asavkov@redhat.com>
2018-05-18 09:24:40 +02:00
Artem Savkov c16306f272 travis-ci: test installation
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>
2018-04-19 15:14:17 +02:00
Artem Savkov ebe51660b9 Enable TravisCI
Add .travis.yml with build/unit/shellcheck tests.

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2018-04-16 14:06:11 +02:00