aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-02-13configure: Default to --fullSteve Bennett1-1/+1
Now use --minimal and/or --without-ext to disable things. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2021-01-06build: Need sdl needs 'check false'Steve Bennett1-1/+2
If no 'check' is provided, we assume that the checks passed. If pkg-config is specified, but no other check, use 'check false' to ensure the module is disable if the pkg-config checks don't pass. Also travis now does 'make all' so that any module extensions are also built, and add a dependency on libhiredis-dev to test building the redis extension. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2021-01-06configure: Add --allextmod optionSteve Bennett1-1/+1
To build all non-default extensions as modules if prerequisites are met. Also move the extension help out of the main help since it is quite long and show it with --extinfo. Now extension help is generated from $extdb to avoid the help and the module configuration becoming out of sync. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2021-01-03travis ci build: test bootstrap jimshSteve Bennett1-1/+2
Make sure we don't break the bootstrap jimsh Also build with --maintainer to check for assertion failures and reference count issues. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2016-08-29.travis.yml: Build and test extension zlibDanyil Bohdan1-1/+1
2016-03-27Add Travis CIDanyil Bohdan1-0/+10