|
24 | 24 | - cron: "0 12 * * 0" |
25 | 25 |
|
26 | 26 | jobs: |
27 | | - ci: |
| 27 | + library_check: |
28 | 28 | uses: libhal/ci/.github/workflows/library_check.yml@5.x.y |
29 | 29 | secrets: inherit |
30 | 30 |
|
31 | | - deploy_all_check: |
32 | | - uses: libhal/ci/.github/workflows/deploy_all.yml@5.x.y |
| 31 | + deployment_check: |
| 32 | + uses: libhal/ci/.github/workflows/package_and_upload_all.yml@5.x.y |
33 | 33 | secrets: inherit |
34 | 34 |
|
35 | 35 | demo_check_lpc4074: |
36 | | - uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y |
| 36 | + uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y |
37 | 37 | with: |
38 | | - compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git |
39 | | - compiler_profile: v1/arm-gcc-12.3 |
40 | | - platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git |
41 | | - platform_profile: v1/lpc4074 |
| 38 | + dir: demos |
| 39 | + library_dir: . |
| 40 | + compiler_profile: hal/tc/arm-gcc |
| 41 | + platform_profile: hal/mcu/lpc4074 |
42 | 42 | secrets: inherit |
43 | 43 |
|
44 | 44 | demo_check_lpc4078: |
45 | | - uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y |
| 45 | + uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y |
46 | 46 | with: |
47 | | - compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git |
48 | | - compiler_profile: v1/arm-gcc-12.3 |
49 | | - platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git |
50 | | - platform_profile: v1/lpc4078 |
| 47 | + dir: demos |
| 48 | + library_dir: . |
| 49 | + compiler_profile: hal/tc/arm-gcc |
| 50 | + platform_profile: hal/mcu/lpc4078 |
51 | 51 | secrets: inherit |
52 | 52 |
|
53 | 53 | demo_check_stm32f103c8: |
54 | | - uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y |
| 54 | + uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y |
55 | 55 | with: |
56 | | - compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git |
57 | | - compiler_profile: v1/arm-gcc-12.3 |
58 | | - platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git |
59 | | - platform_profile: v1/stm32f103c8 |
| 56 | + dir: demos |
| 57 | + library_dir: . |
| 58 | + compiler_profile: hal/tc/arm-gcc |
| 59 | + platform_profile: hal/mcu/stm32f103c8 |
60 | 60 | secrets: inherit |
61 | 61 |
|
62 | | - demo_check_mod-stm32f1-v4: |
63 | | - uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y |
64 | | - with: |
65 | | - compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git |
66 | | - compiler_profile: v1/arm-gcc-12.3 |
67 | | - platform_profile_url: https://github.com/libhal/libhal-micromod.git |
68 | | - platform_profile: v1/mod-stm32f1-v4 |
69 | | - secrets: inherit |
| 62 | + # demo_check_mod-stm32f1-v4: |
| 63 | + # uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y |
| 64 | + # with: |
| 65 | + # compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git |
| 66 | + # compiler_profile: v1/arm-gcc-12.3 |
| 67 | + # platform_profile_url: https://github.com/libhal/libhal-micromod.git |
| 68 | + # platform_profile: v1/mod-stm32f1-v4 |
| 69 | + # secrets: inherit |
70 | 70 |
|
71 | | - demo_check_mod-lpc40-v5: |
72 | | - uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y |
73 | | - with: |
74 | | - compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git |
75 | | - compiler_profile: v1/arm-gcc-12.3 |
76 | | - platform_profile_url: https://github.com/libhal/libhal-micromod.git |
77 | | - platform_profile: v1/mod-lpc40-v5 |
78 | | - secrets: inherit |
| 71 | + # demo_check_mod-lpc40-v5: |
| 72 | + # uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y |
| 73 | + # with: |
| 74 | + # compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git |
| 75 | + # compiler_profile: v1/arm-gcc-12.3 |
| 76 | + # platform_profile_url: https://github.com/libhal/libhal-micromod.git |
| 77 | + # platform_profile: v1/mod-lpc40-v5 |
| 78 | + # secrets: inherit |
0 commit comments