~singpolyma/jingle-xmpp

ref: 30ae7fb48461aaef308442c3f29c6f19e00eb85e jingle-xmpp/.builds/debian-stable.yml -rw-r--r-- 429 bytes
30ae7fb4Stephen Paul Weber Loosen cryptonite and bytestring 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
image: debian/stable
sources:
- https://git.singpolyma.net/jingle-xmpp
packages:
- ghc
- cabal-install
- c2hs
- pkg-config
- libgnutls28-dev
- libgsasl7-dev
- libxml2-dev
- hlint
environment:
  LANG: C.UTF-8
tasks:
- lint: |
    cd jingle-xmpp
    hlint .
- cabal_update: |
    cabal update
- dependencies: |
    cd jingle-xmpp
    cabal install --enable-tests --only-dependencies
- test: |
    cd jingle-xmpp
    cabal build