try travis-ci

This commit is contained in:
Aditya
2018-10-31 22:35:33 -07:00
parent 0db210cfac
commit cc095cb49d

13
.travis.yml Normal file
View File

@@ -0,0 +1,13 @@
language: cpp
compiler: clang
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install qtbase5-dev
- sudo apt-get install qt5-default qttools5-dev-tools
script:
- qmake zec-qt-wallet.pro
- make