Update .travis.yml

This commit is contained in:
木头云 2018-12-17 13:55:15 +08:00 committed by GitHub
parent 1e42cd794c
commit 3d2dc5de77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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