From 42f60eb8166c6485fd7a6cd8240269f04fd096dc Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Fri, 24 Nov 2023 22:00:49 +0200 Subject: [PATCH] pacakge.json: disable some meson --- tests/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/package.json b/tests/package.json index 771caa4..fbadc9a 100644 --- a/tests/package.json +++ b/tests/package.json @@ -67,12 +67,12 @@ "xpm install --config qemu-cortex-m0-cmake-gcc-release", "xpm install --config qemu-cortex-m7f-cmake-gcc-debug", "xpm install --config qemu-cortex-m7f-cmake-gcc-release", - "xpm install --config qemu-cortex-m7f-meson-gcc-debug", - "xpm install --config qemu-cortex-m7f-meson-gcc-release", + "{% if os.platform == 'darwin' %}echo {% endif %}xpm install --config qemu-cortex-m7f-meson-gcc-debug", + "{% if os.platform == 'darwin' %}echo {% endif %}xpm install --config qemu-cortex-m7f-meson-gcc-release", "xpm install --config qemu-riscv-rv32imac-cmake-gcc-debug", "xpm install --config qemu-riscv-rv32imac-cmake-gcc-release", - "xpm install --config qemu-riscv-rv32imac-meson-gcc-debug", - "xpm install --config qemu-riscv-rv32imac-meson-gcc-release" + "{% if os.platform == 'darwin' %}echo {% endif %}xpm install --config qemu-riscv-rv32imac-meson-gcc-debug", + "{% if os.platform == 'darwin' %}echo {% endif %}xpm install --config qemu-riscv-rv32imac-meson-gcc-release" ], "install-all": [ "npm install", @@ -96,11 +96,11 @@ "xpm run test-native-cmake-gcc", "{% if os.platform == 'darwin' %}echo {% endif %}xpm run test-native-meson-clang", "xpm run test-qemu-cortex-m0-cmake-gcc", - "xpm run test-qemu-cortex-m0-meson-gcc", + "{% if os.platform == 'darwin' %}echo {% endif %}xpm run test-qemu-cortex-m0-meson-gcc", "xpm run test-qemu-cortex-m7f-cmake-gcc", - "xpm run test-qemu-cortex-m7f-meson-gcc", + "{% if os.platform == 'darwin' %}echo {% endif %}xpm run test-qemu-cortex-m7f-meson-gcc", "xpm run test-qemu-riscv-rv32imac-cmake-gcc", - "xpm run test-qemu-riscv-rv32imac-meson-gcc" + "{% if os.platform == 'darwin' %}echo {% endif %}xpm run test-qemu-riscv-rv32imac-meson-gcc" ], "test-all": [ "xpm run test-native-cmake",