diff options
| author | Jon Turney <jon.turney@dronecode.org.uk> | 2021-06-10 17:42:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 19:42:02 +0300 |
| commit | 0accc3b72da75226deaea65ac0f4566d3f0ccc4a (patch) | |
| tree | 8aa2661d54adef011e692d8541389d1382c73702 /.github/workflows/nonative.yml | |
| parent | 5a5ab790780d93c99a78a29b580f6c0e5f967d3f (diff) | |
| download | meson-0accc3b72da75226deaea65ac0f4566d3f0ccc4a.tar.gz | |
Move Cygwin tests to a GitHub workflow (#8829)
* 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.
Diffstat (limited to '.github/workflows/nonative.yml')
| -rw-r--r-- | .github/workflows/nonative.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/nonative.yml b/.github/workflows/nonative.yml index fd6045f35..1fc43b4cc 100644 --- a/.github/workflows/nonative.yml +++ b/.github/workflows/nonative.yml @@ -6,7 +6,17 @@ on: - master # Stable branches such as 0.56 or the eventual 1.0 - '[0-9]+.[0-9]+' + paths: + - "mesonbuild/**" + - "test cases/**" + - ".github/workflows/nonative.yml" + - "run*tests.py" pull_request: + paths: + - "mesonbuild/**" + - "test cases/**" + - ".github/workflows/nonative.yml" + - "run*tests.py" jobs: cross-only-armhf: |
