summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-15 08:34:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-15 08:34:13 (GMT)
commit9daf0e2a9975554c4473e2233f05dac5131ff6cf (patch)
treeb4cb8b7cd3d41870b7536f6ea4f8b0fc0c3e49b8 /.github
parent7e43689986f927f6c79310adbf63a7064d0ddd22 (diff)
parente7f2a43ec4ace15bc0e3baf0cf965132eee20632 (diff)
downloadtcl-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.yml2
-rw-r--r--.github/workflows/win-build.yml2
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"