Skip to content

Commit

Permalink
package: build also tests in MinGW-w64 PKGBUILD.
Browse files Browse the repository at this point in the history
Just to be sure that everything works.
  • Loading branch information
mosra committed Jun 29, 2014
1 parent 884bebb commit d1529a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/archlinux/PKGBUILD-mingw-w64
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build() {
-DCMAKE_TOOLCHAIN_FILE=../toolchains/archlinux/basic-mingw-w64-32.cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr/i686-w64-mingw32 \
-DBUILD_TESTS=ON \
-G Ninja
ninja

Expand All @@ -28,6 +29,7 @@ build() {
-DCMAKE_TOOLCHAIN_FILE=../toolchains/archlinux/basic-mingw-w64-64.cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr/x86_64-w64-mingw32 \
-DBUILD_TESTS=ON \
-G Ninja
ninja
}
Expand Down

0 comments on commit d1529a4

Please sign in to comment.