diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-20 20:16:23 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-20 23:50:48 +0900 |
commit | 34faa56649f04fafd6ace276ba186070f41901be (patch) | |
tree | 327042344f96b383950a639b0db008522a69f16e /.travis.yml | |
parent | 514fa7512ea23691f7ae7e23257e752a0b758b50 (diff) | |
download | libquotient-34faa56649f04fafd6ace276ba186070f41901be.tar.gz libquotient-34faa56649f04fafd6ace276ba186070f41901be.zip |
Better support of qmake
qmc-example.pro added; better CONFIG for libqmatrixclient; refreshed files list. Closes #104
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 24a182cf..313d1408 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ install: - cmake .. script: - cmake --build . --target all + - cd .. + - qmake qmc-example.pro && make all notifications: webhooks: urls: |