Bitbucket Haskell API
TODO: Write a proper description
# 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
brew tap irreverent-pixel-feats/ipf
brew install bitb
bin/ci.common
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.
./mafia test