Allow check() since tests are now optional

This commit is contained in:
Sylwester Rąpała 2018-03-14 11:55:25 +01:00
parent 620080af97
commit a78f14bfde
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
pkgname=pistache-git
_name=${pkgname%-git}
pkgver=204.b66415a
pkgver=223.7184600
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Modern and elegant HTTP and REST framework for C++'
@ -31,6 +31,7 @@ build() {
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DPISTACHE_BUILD_TESTS=true \
-DCMAKE_INSTALL_PREFIX="/usr"
make
}