1
0
Fork 0
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:
Daniel Krebs 2017-01-14 22:58:17 +01:00
parent a135f11e70
commit 60450d0086

View file

@ -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