aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-10-05 20:45:21 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-10-13 17:04:20 +0200
commitb27af7e4654c3b2fe8c68a560c99fbffbd22789b (patch)
tree68e823c96c64cc3489db7c999a27db129e7a90df /.github
parent7e58f33376119b53e01616139ad9354ce9cfe003 (diff)
downloadmeson-b27af7e4654c3b2fe8c68a560c99fbffbd22789b.zip
meson-b27af7e4654c3b2fe8c68a560c99fbffbd22789b.tar.gz
meson-b27af7e4654c3b2fe8c68a560c99fbffbd22789b.tar.bz2
cmake: Add cross tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nonative.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nonative.yml b/.github/workflows/nonative.yml
index 59386c5..44eeb9e 100644
--- a/.github/workflows/nonative.yml
+++ b/.github/workflows/nonative.yml
@@ -16,4 +16,4 @@ jobs:
apt-get -y autoremove
- uses: actions/checkout@v2
- name: Run tests
- run: bash -c 'source /ci/env_vars.sh; cd $GITHUB_WORKSPACE; ./run_tests.py $CI_ARGS --cross ubuntu-armhf.txt --cross-only'
+ run: bash -c 'source /ci/env_vars.sh; cd $GITHUB_WORKSPACE; ./run_tests.py $CI_ARGS --cross ubuntu-armhf.json --cross-only'