Skip to content

Commit

Permalink
tests/package.json: add install/tes-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 25, 2023
1 parent d2a23dd commit eed0475
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,38 @@
"xpm install --config qemu-cortex-m0-cmake-gcc-release",
"xpm install --config qemu-cortex-m0-meson-gcc-debug",
"xpm install --config qemu-cortex-m0-meson-gcc-release",
"xpm install --config qemu-cortex-m4f-cmake-gcc-debug",
"xpm install --config qemu-cortex-m4f-cmake-gcc-release",
"xpm install --config qemu-cortex-m4f-meson-gcc-debug",
"xpm install --config qemu-cortex-m4f-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"
],
"install-latest": [
"npm install",
"xpm install",
"xpm install --config native-cmake-gcc-debug",
"xpm install --config native-cmake-gcc-release",
"xpm install --config native-meson-gcc-debug",
"xpm install --config native-meson-gcc-release",
"xpm install --config native-cmake-clang-debug",
"xpm install --config native-cmake-clang-release",
"xpm install --config native-meson-clang-debug",
"xpm install --config native-meson-clang-release",
"xpm install --config qemu-cortex-m0-cmake-gcc-debug",
"xpm install --config qemu-cortex-m0-cmake-gcc-release",
"xpm install --config qemu-cortex-m0-meson-gcc-debug",
"xpm install --config qemu-cortex-m0-meson-gcc-release",
"xpm install --config qemu-cortex-m3-cmake-gcc-debug",
"xpm install --config qemu-cortex-m3-cmake-gcc-release",
"xpm install --config qemu-cortex-m3-meson-gcc-debug",
"xpm install --config qemu-cortex-m3-meson-gcc-release",
"xpm install --config qemu-cortex-m4f-cmake-gcc-debug",
"xpm install --config qemu-cortex-m4f-cmake-gcc-release",
"xpm install --config qemu-cortex-m4f-meson-gcc-debug",
"xpm install --config qemu-cortex-m4f-meson-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",
Expand Down Expand Up @@ -113,6 +145,22 @@
"{% 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",
"xpm run test-qemu-cortex-m4f-cmake-gcc",
"xpm run test-qemu-cortex-m4f-meson-gcc",
"xpm run test-qemu-riscv-rv32imac-cmake-gcc",
"xpm run test-qemu-riscv-rv32imac-meson-gcc"
],
"test-latest": [
"xpm run test-native-cmake-gcc",
"{% if os.platform == 'darwin' %}echo {% endif %}xpm run test-native-meson-gcc",
"xpm run test-native-cmake-clang",
"{% 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",
"xpm run test-qemu-cortex-m3-cmake-gcc",
"xpm run test-qemu-cortex-m3-meson-gcc",
"xpm run test-qemu-cortex-m4f-cmake-gcc",
"xpm run test-qemu-cortex-m4f-meson-gcc",
"xpm run test-qemu-cortex-m7f-cmake-gcc",
"xpm run test-qemu-cortex-m7f-meson-gcc",
"xpm run test-qemu-riscv-rv32imac-cmake-gcc",
Expand Down

0 comments on commit eed0475

Please sign in to comment.