Clone
Stefan Sobernig <stefan.sobernig@wu.ac.at>
committed
on 13 May 21
* build.yml: Added initial GitHub Actions workflow enabling Linux and macOS builds
define-incrementals + 3 more
appveyor.yml (+2 -2)
4 4
5 5 branches:
6 6   only:
7 7     - master
8 8     - 2.2
9 9     - 2.3
10 10
11 11 environment:
12 12   my_secret:
13 13     secure: ngfIQmr9kcRyopeRyHZG8g==
14 14   MINGW_DIR: mingw64
15 15   MINGW_URL: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/7.3.0/threads-win32/seh/x86_64-7.3.0-release-win32-seh-rt_v5-rev0.7z/download
16 16   MINGW_ARCHIVE: x86_64-7.3.0-release-win32-seh-rt_v5-rev0.7z
17 17   TCLKIT_URL: http://kitcreator.rkeene.org/kits/34ac4a331252f9796c31f875e282cb04a01f2743/tclkit.exe
18 18   TCLKIT: tclkit.exe
19 19   matrix:
20 20   - TCLTAG: core-8-6-branch
21 21     TOOLCHAIN: autoconf-tea
22 22   - TCLTAG: core-8-6-branch
23 23     TOOLCHAIN: nmake-tea
24     - TCLTAG: core-8-6-10
  24   - TCLTAG: core-8-6-11
25 25     TOOLCHAIN: autoconf-tea
26     - TCLTAG: core-8-6-10
  26   - TCLTAG: core-8-6-11
27 27     TOOLCHAIN: nmake-tea
28 28   - TCLTAG: core-8-5-branch
29 29     TOOLCHAIN: autoconf-tea
30 30   #  - TCLTAG: core-8-5-branch
31 31   #    TOOLCHAIN: nmake-tea
32 32   - TCLTAG: core-8-5-19
33 33     TOOLCHAIN: autoconf-tea
34 34   #  - TCLTAG: core-8-5-19
35 35   #    TOOLCHAIN: nmake-tea     
36 36   - TCLTAG: core-8-7-a3
37 37     TOOLCHAIN: autoconf-tea
38 38   - TCLTAG: core-8-7-a3
39 39     TOOLCHAIN: nmake-tea
40 40   - TCLTAG: core-8-branch
41 41     TOOLCHAIN: autoconf-tea
42 42   - TCLTAG: core-8-branch
43 43     TOOLCHAIN: nmake-tea
44 44
45 45 matrix:
46 46   allow_failures: