summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* Tk has no core-8-branch like Tcl has, but a core-8-6-branch. Build it at Gith...fvogel2023-05-243-3/+3
* Backport: Do not build every branch. Too expensive.jan.nijtmans2023-05-063-3/+21
* upload-artifact@v3jan.nijtmans2022-12-021-2/+2
* Let the Github Actions CI runner build in both release and debug modes with M...fvogel2022-10-161-21/+26
* Run Tk testcases on ubuntu-20.04 for now (some are failing on ubuntu-22.04)jan.nijtmans2022-08-231-1/+1
|\
| * Run GITHUB actions testcases with tcl 8.5 -> 8.6 (since ubuntu 20.04 doesn't ...jan.nijtmans2022-08-231-4/+4
* | Github action: ubuntu-20.04 -> ubuntu-22.04jan.nijtmans2022-08-221-2/+2
|\ \ | |/
| * ubuntu-18.04 is deprecatedjan.nijtmans2022-08-221-2/+2
* | actions/checkout@v2 -> actions/checkout@v3jan.nijtmans2022-05-273-11/+11
|\ \ | |/
| * actions/checkout@v2 -> actions/checkout@v3jan.nijtmans2022-05-273-6/+6
* | Merge 8.5jan.nijtmans2022-05-223-0/+6
|\ \ | |/
| * See: [https://github.com/tcltk/tcl/pull/13]jan.nijtmans2022-05-223-0/+6
* | Merge 8.5jan.nijtmans2022-01-171-1/+1
|\ \ | |/
| * Add '--disable-xft' on MacOSX Github ACTIONS builds. Thanks, François, for t...jan.nijtmans2022-01-171-1/+1
| * Don't bother a "make install" on MacOS either.jan.nijtmans2021-07-281-7/+0
* | Merge 8.5jan.nijtmans2021-07-201-1/+4
|\ \ | |/
| * (redo) start to use msys2 shell: If the right tools are installed, it worksjan.nijtmans2021-07-201-1/+4
* | Merge 8.5jan.nijtmans2021-07-171-1/+1
|\ \ | |/
| * Undo part of previous commit: msys2 shell behaves different from bashjan.nijtmans2021-07-171-1/+1
* | Merge 8.5jan.nijtmans2021-07-161-4/+3
|\ \ | |/
| * Use msys2 shell in msys environmentjan.nijtmans2021-07-161-4/+3
* | Merge 8.5jan.nijtmans2021-07-161-2/+2
|\ \ | |/
| * Install Msys2 the same way as Tcl doesjan.nijtmans2021-07-161-2/+2
| * Test Tk 8.5 on MacOS with XQuarz onlyjan.nijtmans2021-05-261-20/+10
| * Cherrypick [9d22c7e3] and adapt it to core-8-5-branch.fvogel2021-05-251-8/+16
* | Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-212-0/+6
* | Add running of the test suite (deployment and development targets) for the xc...fvogel2021-05-241-0/+9
* | Revert the logic of grepping in the output file because we need an exit code ...fvogel2021-05-241-4/+13
* | Only install X11 (Xquartz) when required. Fix the test checking this.fvogel2021-05-241-5/+4
* | Dittofvogel2021-05-241-1/+1
* | According to GitHub Actions documentation ( https://docs.github.com/en/action...fvogel2021-05-241-1/+1
* | Merge 8.5jan.nijtmans2021-05-221-3/+2
|\ \ | |/
| * Merge mac_workflow branchjan.nijtmans2021-05-221-3/+2
| |\
| | * merge core-8-6-branchfvogel2021-05-211-2/+2
| | |\ | |_|/ |/| |
* | | unofficial -> snapshotjan.nijtmans2021-04-291-2/+2
| | * Previous commit shows a segfault in wm.test. Narrow down at which test this h...fvogel2021-05-121-1/+1
| | * Theory: kill $XVFB_PID returns 1 because xvfb is no longer alive. Actually we...fvogel2021-05-111-1/+0
| | * Force kill exit code to be zero, and make error message more specific.fvogel2021-05-111-2/+2
| | * Oops.fvogel2021-05-101-1/+1
| | * Hmmm... the exit code should probably rather be forced after the xvfb killing...fvogel2021-05-101-2/+2
| | * Try forcing exit code to be zero (grepping for 'Failed [1-9] could be good en...fvogel2021-05-101-1/+1
| | * Not sure we need to explicitely exit $? . Try without.fvogel2021-05-091-1/+1
| | * Apply recommendation from the XQuartz (xvfb) guys [https://github.com/XQuartz...fvogel2021-05-081-1/+1
| | * Previous commit results in 'Error: Cask 'xquartz@2.7' is unavailable: No Cask...fvogel2021-05-031-3/+2
| | * ... and in the process remove previous failing tries.fvogel2021-05-021-3/+1
| | * Try searching what versions are available, and install version 2.7 of XQuartz...fvogel2021-05-021-1/+2
| | * Add debug output.fvogel2021-04-281-2/+2
| | * Another tryfvogel2021-04-271-1/+3
| | * Last commit was a progress, the error message is no longer the same. Now try ...fvogel2021-04-261-1/+1
| | * Try -nolisten unix when launching xvfb in the hope the tests will run on macO...fvogel2021-04-251-1/+1
| |/ |/|