Skip to content

Commit

Permalink
Add new build targets: 8.6.14 and core-9-0-b1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcalvin committed Mar 4, 2024
1 parent 1b3efb5 commit cb2f668
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,23 @@ jobs:
experimental: [false]
- os: macos-latest
compiler: gcc-11
tcltag: core-8-6-13
tcltag: core-8-6-14
experimental: [false]
- os: macos-latest
compiler: gcc-11
tcltag: core-8-7-a5
tcltag: core-9-0-b1
experimental: [false]
- os: ubuntu-latest
compiler: gcc-10
tcltag: core-8-5-19
experimental: [false]
- os: ubuntu-latest
compiler: gcc-10
tcltag: core-8-6-13
tcltag: core-8-6-14
experimental: [false]
- os: ubuntu-latest
compiler: gcc-10
tcltag: core-8-7-a5
tcltag: core-9-0-b1
experimental: [false]
defaults:
run:
Expand Down
14 changes: 5 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ environment:
TOOLCHAIN: autoconf-tea
- TCLTAG: core-8-6-branch
TOOLCHAIN: nmake-tea
- TCLTAG: core-8-6-13
- TCLTAG: core-8-6-14
TOOLCHAIN: autoconf-tea
- TCLTAG: core-8-6-13
- TCLTAG: core-8-6-14
TOOLCHAIN: nmake-tea
- TCLTAG: core-8-5-branch
TOOLCHAIN: autoconf-tea
Expand All @@ -33,9 +33,9 @@ environment:
TOOLCHAIN: autoconf-tea
# - TCLTAG: core-8-5-19
# TOOLCHAIN: nmake-tea
- TCLTAG: core-8-7-a5
- TCLTAG: core-9-0-b1
TOOLCHAIN: autoconf-tea
- TCLTAG: core-8-7-a5
- TCLTAG: core-9-0-b1
TOOLCHAIN: nmake-tea
- TCLTAG: core-8-branch
TOOLCHAIN: autoconf-tea
Expand All @@ -45,16 +45,12 @@ environment:
TOOLCHAIN: autoconf-tea
- TCLTAG: main
TOOLCHAIN: nmake-tea
- TCLTAG: core-9-0-a3
TOOLCHAIN: autoconf-tea
- TCLTAG: core-9-0-a3
TOOLCHAIN: nmake-tea
matrix:
allow_failures:
- TCLTAG: core-8-6-branch
- TCLTAG: core-8-5-branch
- TCLTAG: core-8-branch
- TCLTAG: core-9-0-a3
- TCLTAG: core-9-0-b1
- TCLTAG: main
fast_finish: true

Expand Down

0 comments on commit cb2f668

Please sign in to comment.