valentina/.travis.yml
Roman Telezhynskyi 4d171184bd Forgot change methods.
--HG--
branch : develop
2015-04-02 14:53:42 +03:00

34 lines
693 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 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