kde/kwin: Disable building tests as well (!243)

We specify !check option to not run kwin tests, might as well disable
building them, as they take about 50% of compile time.

[ci:skip-build]
This commit is contained in:
Bhushan Shah 2019-03-04 11:30:14 +05:30 committed by Oliver Smith
parent 152dfb2850
commit bfcae57384
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -22,7 +22,8 @@ build() {
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=false
make
}