~singpolyma/cheogram

ref: 7385a44116380706e82c18f879d8979708fcfcbe cheogram/.builds/ubuntu-lts.yml -rw-r--r-- 590 bytes
7385a441Stephen Paul Weber Set up structure to cache OOB coming from a direct message route 2 years 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
27
28
29
30
31
32
33
image: ubuntu/lts
sources:
- https://git.singpolyma.net/cheogram
- https://git.singpolyma.net/jingle-xmpp
packages:
- ghc
- cabal-install
- c2hs
- pkg-config
- libgnutls28-dev
- libgsasl7-dev
- libpcre3-dev
- libtokyocabinet-dev
- libxml2-dev
- zlib1g-dev
- hlint
environment:
  LANG: C.UTF-8
artifacts:
- cheogram/dist/build/cheogram/cheogram
tasks:
- cabal_update: |
    cabal update
- dependencies: |
    cabal install random-1.1
    cd jingle-xmpp
    cabal install
    cd ..
    cd cheogram
    cabal install --enable-tests --only-dependencies
- test: |
    cd cheogram
    make