Skip to content

Commit

Permalink
gitter: add badges and integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfreyer committed Feb 17, 2018
1 parent d2f0fc6 commit 1868726
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ peda-session-*
.*
!.gitignore
!.travis.yml
!.codecov.yml

tests/test-allocator
tests/test-mock-bhyveload
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,12 @@ install:
fmake CFLAGS="-I/usr/include/freebsd/ -ftest-coverage -fprofile-arcs" LIBELF=-lelf-freebsd LIBATF_C=/usr/lib/libatf-c.a

script:
fmake CFLAGS="-ftest-coverage -fprofile-arcs" LIBELF=-lelf-freebsd LIBATF_C=/usr/lib/libatf-c.a check
fmake CFLAGS="-ftest-coverage -fprofile-arcs" LIBELF=-lelf-freebsd LIBATF_C=/usr/lib/libatf-c.a check

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/53c5f65b01f3b0095e35
on_success: change
on_failure: always
on_start: never
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/fubarnetes/bhyve-multiboot.svg?branch=master)](https://travis-ci.org/fubarnetes/bhyve-multiboot)
[![codecov](https://codecov.io/gh/fubarnetes/bhyve-multiboot/branch/master/graph/badge.svg)](https://codecov.io/gh/fubarnetes/bhyve-multiboot)
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/fubarnetes/Lobby)

bhyveload bootloader that aims to be multiboot compliant.

Expand Down

0 comments on commit 1868726

Please sign in to comment.