Rev 20294 | Rev 20505 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20294 | craig | 1 | language: cpp |
2 | |||
3 | compiler: |
||
4 | - gcc |
||
5 | - clang |
||
6 | |||
7 | dist: trusty |
||
8 | |||
9 | before_install: |
||
10 | - sudo apt-get update -qq |
||
20494 | jghali | 11 | - sudo apt-get install -y cmake libboost-python-dev libcups2-dev libhunspell-dev |
20294 | craig | 12 | libhyphen-dev liblcms2-dev libpodofo-dev libtiff-dev libxml2-dev |
13 | python-all-dev zlib1g-dev qtbase5-dev qtdeclarative5-dev libqt5opengl5-dev |
||
14 | qttools5-dev qttools5-dev-tools libgraphicsmagick++1-dev |
||
15 | libopenscenegraph-dev libpoppler-dev libcairo2-dev libwpg-dev libmspub-dev |
||
16 | libcdr-dev libvisio-dev |
||
17 | |||
18 | script: |
||
19 | - if [[ $CC == gcc ]]; then |
||
20 | export NPROC=8; |
||
21 | else |
||
22 | export NPROC=1; |
||
23 | fi |
||
24 | |||
25 | - cmake . |
||
26 | - make -j$NPROC |
||
27 | |||
28 | notifications: |
||
29 | email: false |
||
30 | irc: |
||
31 | channels: |
||
32 | - "chat.freenode.net#scribus-dev" |
||
33 | template: |
||
34 | - "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}" |
||
35 | on_success: always |
||
36 | on_failure: always |