| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-10 | Fix typos discovered by codespell | Christian Clauss | |
| 2021-10-09 | docs: Also check on pull-requests | Daniel Mensinger | |
| 2021-10-09 | docs: GitHub Action up the JSON docs | Daniel Mensinger | |
| 2021-10-06 | ci: Add comment to not forget updating wrapdb rules | Xavier Claessens | |
| 2021-10-03 | docs: Fix the GitHub action | Daniel Mensinger | |
| 2021-09-04 | ci: Fix missing MESON_CI_JOBNAME in the image builders | Daniel Mensinger | |
| 2021-09-04 | ci: Use GitHub concurrency | Daniel Mensinger | |
| 2021-08-18 | Test boost-python on macOS | Kevin Meagher | |
| Previously the meson test case would only test boost-python on linux. With the #7909 it is now possible to use boost-python on macOS/homebrew. This enables the boost-python test on both linux and macOS. It also uses python.extension_module() instead of shared_library to make the python extension module. | |||
| 2021-07-26 | Split run_unittests.py file | Xavier Claessens | |
| 2021-07-13 | Set MESON_CI_JOBNAME for all CI jobs | Jon Turney | |
| Set MESON_CI_JOBNAME for all CI jobs which run project tests. (Note that ${{ github.job }} is the literal job.id used in the yaml, not any name given to the job with job.id.name, and so is the same for all matrix entries, and thus not suitable for our purposes there). | |||
| 2021-07-07 | Annotate framework tests with where they are expected to skip | Jon Turney | |
| Remove hard-coded framework test skip logic in skippable(), instead annotate test.json with environments in which skip is expected. (Mainly this is done with by testing the value of MESON_CI_JOBNAME now set for linux jobs) | |||
| 2021-06-29 | tests: test that we always set encoding | Daniel Mensinger | |
| 2021-06-23 | Merge pull request #8912 from mensinda/fixBothLibraries | Jussi Pakkanen | |
| Fix `BothLibraries` processing | |||
| 2021-06-22 | tests: both_library test improvements | Daniel Mensinger | |
| This switches some `shared_library()` calls to `library()` and adds one new CI matrix entries for -Ddefault_library={static, both}. | |||
| 2021-06-22 | coverage: Enable coverage reports | Daniel Mensinger | |
| 2021-06-11 | CI: Split out file format test as a separate GitHub workflow | Jon Turney | |
| Split out checking of file format as a separate GitHub workflow, rather than running it as part of the project tests for every platform and toolchain combination in CI, so that this test is not effected by the changed paths constraints which are applied to the project tests. | |||
| 2021-06-11 | CI: Don't try to update website in a forked repository | Jon Turney | |
| 2021-06-11 | CI: Don't try to push docker image in a forked repository | Jon Turney | |
| The 'build images' workflow runs on a schedule, so will run (and fail) weekly in every fork. Don't try to push to docker if docker credentials aren't in repository secrets. (A test for that has to be written rather indirectly due to https://github.com/actions/runner/issues/520) | |||
| 2021-06-10 | Move Cygwin tests to a GitHub workflow (#8829) | Jon Turney | |
| * CI: Don't run cross-only test when other workflows are changed * CI: Move Cygwin test run from Azure Pipelines to GitHub workflow Also review installed package list, dropping detritus from 42792554, not removed in f5ed85d7. | |||
| 2021-06-02 | ci: Automatically update website when pushing to master | Xavier Claessens | |
| 2021-03-04 | ci: Downgrade Qt on MacOS from Qt6 to Qt5 | Daniel Mensinger | |
| 2021-02-05 | ci: fix yaml syntax error | Dylan Baker | |
| 2021-01-29 | Change the Eoan CI to ubuntu rolling ci | Dylan Baker | |
| This makes the Ubuntu CI always use the latest release, without us having to manually change it. | |||
| 2021-01-29 | workflows/os_comp: Don't run if there aren't relavent changes | Dylan Baker | |
| 2021-01-09 | ci: Run github workflows on stable branches too | Nirbheek Chauhan | |
| 2020-12-11 | CI: Move all remaining jobs from travis-ci to GHA | Christoph Reiter | |
| Some changes: * Set HOME to /root, since github mounts its own HOME and 'wine' (because of permissions) and 'dub' (can't find packages) don't like that. * Remove the seccomp option, doesn't seem to be needed. | |||
| 2020-12-11 | ci: run msys2 on run_unittests.py changes | Dylan Baker | |
| 2020-12-11 | ci: rebuild macos image on run_unittest.py changes | Dylan Baker | |
| 2020-11-23 | CI: install glib for the MSYS2 jobs to make pkgconf happy | Christoph Reiter | |
| Fixes a test when using pkgconf instead of pkg-config. The .pc file in the pkgconfig-gen test requires it and pkgconf seems be stricter here and fails to validate. | |||
| 2020-11-23 | CI: fix a typo in the msys2 workflow trigger paths | Christoph Reiter | |
| 2020-11-11 | CI: combine macos and ci_frameworks actions | Dylan Baker | |
| We're already covering most of the actions through the generic macos actions, but we should keep the qt4 action. | |||
| 2020-11-11 | actions: Add project tests actions for macos | Dylan Baker | |
| 2020-11-11 | actions: Add unittests for macos | Dylan Baker | |
| 2020-11-10 | workflows: be more conservative about launching msys | Dylan Baker | |
| we don't want to lanuch it if we're only modifying a different workflow template. | |||
| 2020-11-04 | CI: install pytest pytest-xdist for msys2 | Christoph Reiter | |
| 2020-11-04 | CI: Port MSYS2 from azure-pipelines to github actions | Christoph Reiter | |
| This uses the msys2/setup-msys2@v2 to set up MSYS2 | |||
| 2020-10-30 | Bump minimum supported Python version to 3.6. Closes #6297. | Jussi Pakkanen | |
| 2020-10-13 | cmake: Add cross tests | Daniel Mensinger | |
| 2020-09-25 | dependencies/hdf5: Convert to a dependency_factory | Dylan Baker | |
| Instead of a mega dependency that does everything, use a dependency factory for config-tool and pkg-config | |||
| 2020-09-10 | Add a test run in an environment which only has a cross compiler | Jon Turney | |
| Add '--cross-only' option to run_tests.py, so we can arrange not to run tests in the 'native' suite when only a cross-compiler is available, as they can't succeed. | |||
| 2020-09-08 | typing: Add run_mypy.py for easier mypy invocation | Daniel Mensinger | |
| 2020-09-06 | Merge pull request #7689 from scivision/fortran_inc | Jussi Pakkanen | |
| correct Fortran include algorithm | |||
| 2020-09-06 | ci: update to use latest recommendations | Michael Hirsch | |
| 2020-09-03 | tests: add fortran cmake subproject include test | Michael Hirsch | |
| ci:unused_arg: update ninja version to work with fortran+cmake | |||
| 2020-06-22 | arglist: Fix remaining mypy errors and warnings | Dylan Baker | |
| So we can lint it with mypy | |||
| 2020-06-13 | ci: Pin ninja to 1.9.0.post1 for now | Nirbheek Chauhan | |
| See: https://github.com/mesonbuild/meson/pull/7306#issuecomment-643606736 | |||
| 2020-04-30 | CI: pin pylint | Jon Turney | |
| Pin pylint version to workaround https://github.com/PyCQA/pylint/issues/3524 | |||
| 2020-04-28 | ci: Upgrade to checkout@v2 | Daniel Mensinger | |
| 2020-04-28 | ci: Added bionic image | Daniel Mensinger | |
| 2020-04-17 | ci: Add python-jsonschema | Dylan Baker | |
| Which is used to validate the json schema files in the various test directories in a unit test. | |||
