diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-15 08:34:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-15 08:34:13 (GMT) |
commit | 9daf0e2a9975554c4473e2233f05dac5131ff6cf (patch) | |
tree | b4cb8b7cd3d41870b7536f6ea4f8b0fc0c3e49b8 /.github | |
parent | 7e43689986f927f6c79310adbf63a7064d0ddd22 (diff) | |
parent | e7f2a43ec4ace15bc0e3baf0cf965132eee20632 (diff) | |
download | tcl-9daf0e2a9975554c4473e2233f05dac5131ff6cf.zip tcl-9daf0e2a9975554c4473e2233f05dac5131ff6cf.tar.gz tcl-9daf0e2a9975554c4473e2233f05dac5131ff6cf.tar.bz2 |
Merge 8.7. Add builds with TCL_UTF_MAX=3 on github
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/win-build.yml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 92e17b6..cb93bd4 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -7,8 +7,8 @@ jobs: matrix: cfgopt: - "" - - "CFLAGS=-DTCL_NO_DEPRECATED=1" - "CFLAGS=-DTCL_UTF_MAX=3" + - "CFLAGS=-DTCL_NO_DEPRECATED=1" - "--disable-shared" - "--enable-symbols" - "--enable-symbols=mem" diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 287d0f5..547d27e 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -13,6 +13,7 @@ jobs: matrix: cfgopt: - "" + - "OPTS=utf16" - "CHECKS=nodep" - "OPTS=static" - "OPTS=symbols" @@ -51,6 +52,7 @@ jobs: matrix: cfgopt: - "" + - "CFLAGS=-DTCL_UTF_MAX=3" - "CFLAGS=-DTCL_NO_DEPRECATED=1" - "--disable-shared" - "--enable-symbols" |