Skip to content

Commit

Permalink
Allow check() since tests are now optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylwester Rąpała committed Mar 14, 2018
1 parent 620080a commit a78f14b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pistache/git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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++'
Expand All @@ -31,6 +31,7 @@ build() {

cmake \
-DCMAKE_BUILD_TYPE=Release \
-DPISTACHE_BUILD_TESTS=true \
-DCMAKE_INSTALL_PREFIX="/usr"
make
}
Expand Down

0 comments on commit a78f14b

Please sign in to comment.