summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-10 09:50:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-10 09:50:25 (GMT)
commite5777aad56d50236d7ed1cbbd6798f2073e82ab1 (patch)
treee0e909ff74b0ae908668f94641974898b4ba9cd4 /.github
parent84bbce0e297b91b5cac1c910a2d38db643a20c77 (diff)
parent20e0998a323f571ddb5f5aaf9789dcc8fa6b06b7 (diff)
downloadtcl-e5777aad56d50236d7ed1cbbd6798f2073e82ab1.zip
tcl-e5777aad56d50236d7ed1cbbd6798f2073e82ab1.tar.gz
tcl-e5777aad56d50236d7ed1cbbd6798f2073e82ab1.tar.bz2
Merge 8.6. Add empty "tests/safe-stock86.test", in an attempt to remove this file from the GIT branches (it shouldn't be there, just as in fossil)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml3
-rw-r--r--.github/workflows/mac-build.yml3
2 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index e7a9849..6607fdc 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -21,7 +21,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare
- run: touch tclStubInit.c tclOOStubInit.c tclOOScript.h
+ run: |
+ touch tclStubInit.c tclOOStubInit.c tclOOScript.h
working-directory: generic
- name: Configure ${{ matrix.cfgopt }}
run: |
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 178ffa9..7ca1817 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -11,7 +11,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare
- run: touch tclStubInit.c tclOOStubInit.c tclOOScript.h
+ run: |
+ touch tclStubInit.c tclOOStubInit.c tclOOScript.h
working-directory: generic
- name: Build
run: make all