Skip to content

Commit

Permalink
FreeBSD: run ctest after build
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and arogge committed Nov 5, 2020
1 parent 5f679aa commit 7f2aa23
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,7 @@ post-install:
@${MKDIR} ${STAGEDIR}/var/log/bareos
@${MKDIR} ${STAGEDIR}/var/run/bareos

post-build:
cd ${STAGEDIR} && REGRESS_DEBUG=1 ctest --label-exclude broken --no-compress-output --parallel 10 --repeat until-pass:2 --dashboard Continuous || echo "ctest result:$?"

.include <bsd.port.mk>

0 comments on commit 7f2aa23

Please sign in to comment.