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 3d583c8 commit 7ed33c6Copy full SHA for 7ed33c6
.travis.yaml
@@ -0,0 +1,13 @@
1
+language: c++
2
+dist: xenial
3
+
4
+addons:
5
+ apt:
6
+ sources:
7
+ - sourceline: deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
8
+ - sourceline: deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
9
10
+before_install:
11
+ - sudo apt update
12
+ - sudo apt install -y build-essential subversion git qtchooser qt5-default libapr1 libapr1-dev libsvn-dev
13
+script: qmake && make
0 commit comments