Add CI
1 files changed, 24 insertions(+), 0 deletions(-) A .builds/debian-stable.yml
A .builds/debian-stable.yml => .builds/debian-stable.yml +24-0
@@ 0,0 1,24 @@ image: debian/stable sources: - https://git.singpolyma.net/network-protocol-xmpp packages: - ghc - cabal-install - c2hs - pkg-config - libgsasl7-dev - libgnutls28-dev - libxml2-dev - hlint tasks: - lint: | cd network-protocol-xmpp hlint . - cabal_update: | cabal update - dependencies: | cd network-protocol-xmpp cabal install --enable-tests --only-dependencies - build: | cd network-protocol-xmpp cabal build