Initial travis.
This commit is contained in:
parent
f1f9b71d85
commit
b9b3e347b9
14
.travis.yml
Executable file
14
.travis.yml
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
dist: trusty
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo add-apt-repository ppa:beineri/opt-qt57-trusty
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get install qt57tools qt57base qt57webengine
|
||||||
|
|
||||||
|
qmake . && make
|
Loading…
x
Reference in New Issue
Block a user