mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
travis: don't output all the readelf stuff but only the ABI version
This commit is contained in:
parent
a135f11e70
commit
60450d0086
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ script:
|
|||
- tar -czf libhermit_0.1.orig.tar.gz libhermit-0.1 --exclude=.git
|
||||
- cd libhermit-0.1
|
||||
- debuild -e PATH -us -uc -j2
|
||||
- x86_64-hermit-readelf -a kernel/main.o
|
||||
- x86_64-hermit-readelf -a kernel/main.o | grep ABI
|
||||
|
||||
deploy:
|
||||
on: production
|
||||
|
|
Loading…
Add table
Reference in a new issue