We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f77252 commit ea1f6bdCopy full SHA for ea1f6bd
.travis.yml
@@ -0,0 +1,11 @@
1
+before_install:
2
+ - sudo apt-get install cmake
3
+ - sudo add-apt-repository ppa:beineri/opt-qt591-xenial
4
+ - sudo apt-get update
5
+ - sudo apt-get install qt59-meta-full
6
+ - sudo apt-get install qt59-meta-dbg-full
7
+ - sudo apt-get install qt59creator
8
+
9
+script:
10
+ - cmake .
11
+ - make
0 commit comments