This commit is contained in:
mutouyun 2018-12-17 13:45:21 +08:00
commit 16276a07b3

View File

@ -8,13 +8,14 @@ matrix:
install:
- sudo apt-get update
- sudo apt-get install libqt5test5 qt5-qmake
- sudo apt-get install qtbase5-dev
script:
- qmake -v
- cd ./build
- qmake src.pro
- make
- qmake -o Makefile src.pro
- qmake -o MakefileTest test.pro
- make && make -f MakefileTest
notifications:
slack: