Skip to content

Commit

Permalink
run test on build (#15)
Browse files Browse the repository at this point in the history
* do test on build

* increase timeout
  • Loading branch information
kurochan authored Jan 21, 2024
1 parent ca3c329 commit 4885236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ function build_vips() {
meson setup build --prefix /vips ${build_opts}
pushd build
meson compile
meson test --timeout-multiplier 2
cat /build/vips/vips-${LIBVIPS_VERSION}/build/meson-logs/testlog.txt
meson install
popd
popd
Expand Down

0 comments on commit 4885236

Please sign in to comment.