aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2021-01-06 13:03:37 +1000
committerSteve Bennett <steveb@workware.net.au>2021-01-06 13:07:12 +1000
commit9d096635508de22f7925a55b09fd077a0d127669 (patch)
treec7ad8210ece02fb855215e8252fae87dda35cd2f /.travis.yml
parent7894e90c8aa5f4317bd9c4b631e2c30e74c9b1b2 (diff)
downloadjimtcl-9d096635508de22f7925a55b09fd077a0d127669.zip
jimtcl-9d096635508de22f7925a55b09fd077a0d127669.tar.gz
jimtcl-9d096635508de22f7925a55b09fd077a0d127669.tar.bz2
configure: Add --allextmod option
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1357691..d010452 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ addons:
packages:
- libsqlite3-dev
before_script:
- - ./configure --maintainer --full --with-ext=sqlite3,zlib --disable-docs
+ - ./configure --maintainer --full --allextmod --disable-docs
script:
- make test
- ./test-bootstrap-jim