diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-12 22:30:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-12 22:30:12 (GMT) |
commit | e709f7c5392a8506414be6727a3f8b6bdd7fbae4 (patch) | |
tree | 733744c9f45b2359ec11e839f65124021583d55b /.github/workflows | |
parent | 5f4d25842d6e58ab6e37998a654b80487ae80c29 (diff) | |
download | tcl-e709f7c5392a8506414be6727a3f8b6bdd7fbae4.zip tcl-e709f7c5392a8506414be6727a3f8b6bdd7fbae4.tar.gz tcl-e709f7c5392a8506414be6727a3f8b6bdd7fbae4.tar.bz2 |
More progress
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linux-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/win-build.yml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index cb93bd4..b410aab 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -7,7 +7,7 @@ jobs: matrix: cfgopt: - "" - - "CFLAGS=-DTCL_UTF_MAX=3" + - "CFLAGS=-DTCL_UTF_MAX=4" - "CFLAGS=-DTCL_NO_DEPRECATED=1" - "--disable-shared" - "--enable-symbols" diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 0ff696c..a8019ee 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -13,6 +13,7 @@ jobs: matrix: cfgopt: - "" + - "OPTS=utfmax" - "CHECKS=nodep" - "OPTS=static" - "OPTS=symbols" @@ -51,7 +52,7 @@ jobs: matrix: cfgopt: - "" - - "CFLAGS=-DTCL_UTF_MAX=3" + - "CFLAGS=-DTCL_UTF_MAX=4" - "CFLAGS=-DTCL_NO_DEPRECATED=1" - "--disable-shared" - "--enable-symbols" |