diff options
author | Martchus <martchus@gmx.net> | 2018-03-14 17:40:55 +0100 |
---|---|---|
committer | Martchus <martchus@gmx.net> | 2018-03-14 17:40:55 +0100 |
commit | abca7369558053315a0cc7ecb83176a2a0c5f0e0 (patch) | |
tree | 69c6b02b6ecee687ee18d24fb467d93bfceb4807 | |
parent | 1bb9b69445091ba49100de8ca1446f9c4f7b571d (diff) | |
download | pistache-git-abca7369558053315a0cc7ecb83176a2a0c5f0e0.tar.xz pistache-git-abca7369558053315a0cc7ecb83176a2a0c5f0e0.zip |
Allow check() since tests are now optional
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 4 deletions
@@ -1,8 +1,6 @@ -# Generated by mksrcinfo v8 -# Mon Jan 29 15:11:58 UTC 2018 pkgbase = pistache-git pkgdesc = Modern and elegant HTTP and REST framework for C++ - pkgver = 204.b66415a + pkgver = 223.7184600 pkgrel = 1 url = https://github.com/oktal/pistache arch = i686 @@ -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 } |