Skip to content

irreverent-pixel-feats/bitbucket

Repository files navigation

bitbucket Build Status

Description

TL;DR

Bitbucket Haskell API

More

TODO: Write a proper description

Installing the CLI

Ubuntu 64-bit

Download

# Add our APT repo if you havent already
# Install our public key to verify our signed packages
curl -o /tmp/ipf-public-key.asc "https://bintray.com/user/downloadSubjectPublicKey?username=irreverent-pixel-feats"
dos2unix /tmp/ipf-public-key.asc
apt-key add /tmp/ipf-public-key.asc
add-apt-repository "https://dl.bintray.com/irreverent-pixel-feats/ipf xenial main"

# Then actually install the app
apt-get install bitb

Mac OS X

Download

brew tap irreverent-pixel-feats/ipf
brew install bitb

Building the lot

bin/ci.common

Building the projects

Each project can be built with the command:

./mafia build

The first time you ever run it on your system it might take a while, as it will build and install ambiata/mafia on your system.

Running the tests

./mafia test

About

haskell library for bitbucket API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published