Merge pull request #58 from xoac/pistache

Allow check() since tests are now optional
This commit is contained in:
Martchus 2018-03-14 13:12:36 +01:00 committed by GitHub
commit 22734b757f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}