Merge PR #13: Add option to disable tests during builds

allow-multiple-tunnels
Jenkins nymea 2019-11-25 13:44:11 +01:00
commit 282c9b3186
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
include(nymea-remoteproxy.pri)
TEMPLATE=subdirs
SUBDIRS += server client libnymea-remoteproxy libnymea-remoteproxyclient tests
SUBDIRS += server client libnymea-remoteproxy libnymea-remoteproxyclient
!disabletests {
SUBDIRS+=tests
}
!disablemonitor {
SUBDIRS+=monitor