aboutsummaryrefslogtreecommitdiff
path: root/ci/run.ps1
AgeCommit message (Collapse)AuthorFilesLines
2023-06-07azure pipelines: force python2 to be installedEli Schwartz1-0/+3
Azure pipelines is removing python2 from the hostedtoolcache, see https://github.com/actions/runner-images/issues/7401 We want to test that meson can still build modules for it, anyway.
2023-05-05Add Cython to Windows CI jobs on AzureRalf Gommers1-0/+3
[skip actions]
2023-04-11fix various spelling issuesJosh Soref1-2/+2
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-11-16fix confusing azure pipelines status for coverageEli Schwartz1-18/+1
The coverage report was always the final section of the main test run. This made it hard to scroll around and find exactly what went wrong -- particularly as not everyone realizes that coverage isn't part of the test run, but also because the output from coverage is... excessively long. This mirrors what we do in our other workflows.
2022-07-11CI: install ifort on WindowsEli Schwartz1-1/+1
This enables the fortran tests for Azure. We only test on x64, because: - ifort isn't arm64 compatible - x86 may in theory exist, but Meson reports it cannot compile executables
2022-04-12add a pypy3 for windows toomattip1-1/+9
2022-01-10bump minimum required version of python to 3.7Eli Schwartz1-1/+1
Comment out the pending deprecation notice. It cannot be reached anymore, but is still useful for the next time we do a version bump.
2021-12-06ci: install pytest-subtestsDylan Baker1-1/+1
Which lets pytest understand unittest.subtest
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-09-24pipelines: add 32bit clippy to 32bit rustDylan Baker1-0/+4
2021-08-16ci: Use 32-bit Rust and Python on vs2017 x86Nirbheek Chauhan1-2/+11
See also: https://github.com/mesonbuild/meson/issues/9038#issuecomment-898960933
2021-07-12azure: propagate run_tests.py exit codeJon Turney1-0/+4
Propagate the run_tests.py exit code, rather than overwriting it with the codecov exit code.
2021-06-22coverage: Enable coverage reportsDaniel Mensinger1-2/+17
2020-09-11Add a test run of MSVC ARM64 cross on Windows x64Jon Turney1-4/+4
Add a cross-file for MSVC UWP ARM64. Bump cidata tag to get an updated install.ps1 script (run by run.ps1) which sets the vcvars environment correctly when cross-compiling. Since arranging the correct environment for simultaneous cross and native 'cl' use is hard, this is test run uses '--cross-only' so we don't require a native compiler. Extend '--cross-only' so it also explicitly uses a machine file which makes all build machine compilers unusable.
2020-06-17ci: Remove PostgreSQL from PATHNirbheek Chauhan1-1/+2
It's one of the causes of the cmake test failures, and it's also plaguing the VS2019 jobs now because of the image update.
2020-04-17ci: Add python-jsonschemaDylan Baker1-1/+1
Which is used to validate the json schema files in the various test directories in a unit test.
2020-04-12azure: Do not skip boost testsDaniel Mensinger1-1/+4
2020-04-11Add rust stdlib dir to PATH on Windows.Jussi Pakkanen1-0/+3
2020-04-04ci: Use self hosted CI dataDaniel Mensinger1-0/+71