summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-08 15:42:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-08 15:42:52 (GMT)
commitbc5b2fa6307e85d5f8df4931b05c805d55562432 (patch)
tree0ef3624cba0994684dc0b1e4f30097484507ba1a /.github
parent26680f78efed6ca9cd37c75846bf2ea5af8a76aa (diff)
parent56dbbded838fc6f8e95af96bbbc20519e8a98089 (diff)
downloadtcl-bc5b2fa6307e85d5f8df4931b05c805d55562432.zip
tcl-bc5b2fa6307e85d5f8df4931b05c805d55562432.tar.gz
tcl-bc5b2fa6307e85d5f8df4931b05c805d55562432.tar.bz2
Merge 8.7
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml4
-rw-r--r--.github/workflows/win-build.yml3
2 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 00060b2..c3ac2b0 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -7,10 +7,12 @@ jobs:
matrix:
cfgopt:
- ""
+ - "CFLAGS=-DTCL_NO_DEPRECATED=1"
+ - "CFLAGS=-DTCL_UTF_MAX=3"
- "--disable-shared"
- "--enable-symbols"
- "--enable-symbols=mem"
- - "CFLAGS=-DTCL_UTF_MAX=3"
+ - "CC=g++"
defaults:
run:
shell: bash
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 0c0e597..0db4507 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -11,6 +11,7 @@ jobs:
matrix:
cfgopt:
- ""
+ - "OPTS=nodep"
- "OPTS=static,staticpkg,msvcrt"
- "OPTS=symbols"
- "OPTS=memdbg"
@@ -51,9 +52,11 @@ jobs:
matrix:
cfgopt:
- ""
+ - "CFLAGS=-DTCL_NO_DEPRECATED=1"
- "--disable-shared"
- "--enable-symbols"
- "--enable-symbols=mem"
+ - "CC=g++"
# Using powershell means we need to explicitly stop on failure
steps:
- name: Checkout