summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-09docs: Also check on pull-requestsDaniel Mensinger
2021-10-09docs: GitHub Action up the JSON docsDaniel Mensinger
2021-10-06ci: Add comment to not forget updating wrapdb rulesXavier Claessens
2021-10-03docs: Fix the GitHub actionDaniel Mensinger
2021-09-04ci: Fix missing MESON_CI_JOBNAME in the image buildersDaniel Mensinger
2021-09-04ci: Use GitHub concurrencyDaniel Mensinger
2021-08-18Test boost-python on macOSKevin 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-26Split run_unittests.py fileXavier Claessens
2021-07-13Set MESON_CI_JOBNAME for all CI jobsJon 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-07Annotate framework tests with where they are expected to skipJon 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-29tests: test that we always set encodingDaniel Mensinger
2021-06-23Merge pull request #8912 from mensinda/fixBothLibrariesJussi Pakkanen
Fix `BothLibraries` processing
2021-06-22tests: both_library test improvementsDaniel Mensinger
This switches some `shared_library()` calls to `library()` and adds one new CI matrix entries for -Ddefault_library={static, both}.
2021-06-22coverage: Enable coverage reportsDaniel Mensinger
2021-06-11CI: Split out file format test as a separate GitHub workflowJon 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-11CI: Don't try to update website in a forked repositoryJon Turney
2021-06-11CI: Don't try to push docker image in a forked repositoryJon 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-10Move 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-02ci: Automatically update website when pushing to masterXavier Claessens
2021-03-04ci: Downgrade Qt on MacOS from Qt6 to Qt5Daniel Mensinger
2021-02-05ci: fix yaml syntax errorDylan Baker
2021-01-29Change the Eoan CI to ubuntu rolling ciDylan Baker
This makes the Ubuntu CI always use the latest release, without us having to manually change it.
2021-01-29workflows/os_comp: Don't run if there aren't relavent changesDylan Baker
2021-01-09ci: Run github workflows on stable branches tooNirbheek Chauhan
2020-12-11CI: Move all remaining jobs from travis-ci to GHAChristoph 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-11ci: run msys2 on run_unittests.py changesDylan Baker
2020-12-11ci: rebuild macos image on run_unittest.py changesDylan Baker
2020-11-23CI: install glib for the MSYS2 jobs to make pkgconf happyChristoph 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-23CI: fix a typo in the msys2 workflow trigger pathsChristoph Reiter
2020-11-11CI: combine macos and ci_frameworks actionsDylan Baker
We're already covering most of the actions through the generic macos actions, but we should keep the qt4 action.
2020-11-11actions: Add project tests actions for macosDylan Baker
2020-11-11actions: Add unittests for macosDylan Baker
2020-11-10workflows: be more conservative about launching msysDylan Baker
we don't want to lanuch it if we're only modifying a different workflow template.
2020-11-04CI: install pytest pytest-xdist for msys2Christoph Reiter
2020-11-04CI: Port MSYS2 from azure-pipelines to github actionsChristoph Reiter
This uses the msys2/setup-msys2@v2 to set up MSYS2
2020-10-30Bump minimum supported Python version to 3.6. Closes #6297.Jussi Pakkanen
2020-10-13cmake: Add cross testsDaniel Mensinger
2020-09-25dependencies/hdf5: Convert to a dependency_factoryDylan Baker
Instead of a mega dependency that does everything, use a dependency factory for config-tool and pkg-config
2020-09-10Add a test run in an environment which only has a cross compilerJon 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-08typing: Add run_mypy.py for easier mypy invocationDaniel Mensinger
2020-09-06Merge pull request #7689 from scivision/fortran_incJussi Pakkanen
correct Fortran include algorithm
2020-09-06ci: update to use latest recommendationsMichael Hirsch
2020-09-03tests: add fortran cmake subproject include testMichael Hirsch
ci:unused_arg: update ninja version to work with fortran+cmake
2020-06-22arglist: Fix remaining mypy errors and warningsDylan Baker
So we can lint it with mypy
2020-06-13ci: Pin ninja to 1.9.0.post1 for nowNirbheek Chauhan
See: https://github.com/mesonbuild/meson/pull/7306#issuecomment-643606736
2020-04-30CI: pin pylintJon Turney
Pin pylint version to workaround https://github.com/PyCQA/pylint/issues/3524
2020-04-28ci: Upgrade to checkout@v2Daniel Mensinger
2020-04-28ci: Added bionic imageDaniel Mensinger
2020-04-17ci: Add python-jsonschemaDylan Baker
Which is used to validate the json schema files in the various test directories in a unit test.