Skip to content

Commit

Permalink
Cirrus-CI: Run check-ldirs in include/
Browse files Browse the repository at this point in the history
Check that LDIRS defined in include/Makefile actually exist.

Reviewed by:	emaste
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D39681
  • Loading branch information
brooksdavis committed Apr 19, 2023
1 parent b4373ce commit 8cee0c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ task:
- make sysent
- if ! git diff --exit-code; then printf "\n>>> Generated sysent files not updated, run make sysent <<<\n"; false; fi

include_ldirs_script:
# Check that includes/Makefile refers to existing directories
- if ! make -C include/ check-ldirs; then printf "\n>>> include/Makefile lists nonexistant directories <<<\n"; false; fi

post_script:
- df -m
- du -m -s /usr/obj

0 comments on commit 8cee0c9

Please sign in to comment.