Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fel1x-developer committed Mar 11, 2024
1 parent 95db572 commit 8a1e1c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ check_task:
ccache_setup_script:
- env IGNORE_OSVERSION=yes pkg install -y ccache-static
- ccache --max-size=${CCACHE_SIZE}
autotool_setup_script:
- env IGNORE_OSVERSION=yes pkg install -y autoconf automake libtool
# Build with asserts/debugging for checks. distcheck won't use asserts.
compile_script:
- ./autogen.sh
- ./configure --enable-debug=yes || { cat config.log; exit 1; }
- make ${MAKEJOBS}
test_jail_prep_script:
Expand Down

0 comments on commit 8a1e1c5

Please sign in to comment.