Skip to content

Commit

Permalink
Add buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja authored and evanmcc committed Apr 18, 2019
1 parent ba9a485 commit a5ba050
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
steps:
- commands:
- ". $HOME/.asdf/asdf.sh"
- "asdf local erlang 21.3"
- "make ci"
name: ":hammer: build"
agents:
queue: "erlang"
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ test: compile
typecheck:
$(REBAR) dialyzer

ci:
$(REBAR) dialyzer && $(REBAR) as test do eunit -c, ct -c, cover -v
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
erlang_hbbft
=====

[![Build Status](https://travis-ci.org/helium/erlang-hbbft.svg?branch=master)](https://travis-ci.org/helium/erlang-hbbft)
[![Build Status](https://badge.buildkite.com/e794bf0f28123f75870633e8f4a9fda955cbe19e981d12a5d3.svg?branch=master)](https://buildkite.com/helium/hbbft)

Erlang implementation of HoneyBadgerBFT's protocols.

Expand Down

0 comments on commit a5ba050

Please sign in to comment.