Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 4bf66f7

Browse files
committed
Enable BuildKite
1 parent 256b5d6 commit 4bf66f7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
steps:
2+
- label: "Build and test"
3+
command: |
4+
nix-shell --pure --run "stack test"
5+
timeout: 100

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Haskell bindings for [binaryen][binaryen]
22

3-
[Binaryen][binaryen] is a compiler and toolchain infrastructure library for
4-
WebAssembly, written in C++. This package defines complete bindings to the
5-
[Binaryen C API][binaryen-api], and can be useful to building WebAssembly
6-
toolchains in Haskell.
3+
[![Build status](https://badge.buildkite.com/f96af58baa5635b8cdef87abddc9070765fa4f562cc6cb8f47.svg?branch=master)](https://buildkite.com/tweag-1/haskell-binaryen)
4+
5+
[Binaryen][binaryen] is a compiler and toolchain infrastructure
6+
library for WebAssembly, written in C++. This package defines
7+
bindings to the [Binaryen API][binaryen-api].
78

89
[binaryen]: https://github.com/WebAssembly/binaryen
910
[binaryen-api]: https://github.com/WebAssembly/binaryen/blob/master/src/binaryen-c.h

0 commit comments

Comments
 (0)