valentina/.travis.yml
Roman Telezhynskyi 490ba2ba8c Ubuntu 12.04 doesn't have package libqt5core5a.
--HG--
branch : develop
2015-04-02 14:46:03 +03:00

34 lines
704 B
YAML

language: cpp
os:
- linux
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository ppa:ubuntu-sdk-team/ppa -y
- sudo apt-get update -qq
- sudo apt-get install -y qtbase5-dev libqt5svg5-dev ccache qt5-default qttools5-dev-tools libqt5xmlpatterns5-dev
- sudo apt-get install -y libqt5core5 libqt5gui5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 libstdc++6 xpdf
before_script:
- mkdir build
- cd build
- which qmake
- uname -a
- qmake --version
- qmake ../Valentina.pro -r
script:
- make -j$(nproc)
- make check
notifications:
email:
recipients:
- dismine@gmail.com
on_success: change
on_failure: always