-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the
dev/ci.sh
script and some related CI tweaks (#5567)
* .gitignore: ignore coverage directory * buildsys: fix testkernel & testlibgap when building out-of-tree * buildsys: add 'citests' make target * CI: fix uploading of PDF&HTML manuals as part of the makemanuals test suite * CI: verbose output for testlibgap, testkernel * dev/ci.sh: pass test suites as arguments not via TEST_SUITES env var; that makes it more convenient to use this script interactively * dev/ci.sh: add helper for generating GAP --cover argument * dev/ci.sh: don't drop half the coverage data for the testexpect testsuite * dev/ci.sh: allow specifying alternate GAP executable * dev/ci.sh: let 'testmakeinstall' detect configured install prefix * dev/ci.sh: make testmakeinstall usable on macOS * dev/ci.sh: try to catch more script errors * dev/ci.sh: add usage hint * dev/ci.sh: remove some obsolete hacks * dev/ci.sh: stronger visual separation between test suites * dev/ci.sh: nicer output, colors * dev/ci.sh: refactor testmockpkg()
- Loading branch information
Showing
6 changed files
with
129 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,6 +87,7 @@ doc/gapmacrodoc.idx | |
/src/TAGS | ||
|
||
/builds/ | ||
/coverage/ | ||
|
||
/libgap.la | ||
.libs/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters