|
20 | 20 | push: |
21 | 21 | branches: |
22 | 22 | - main |
23 | | - schedule: |
24 | | - - cron: "0 12 * * 0" |
25 | 23 |
|
26 | 24 | jobs: |
27 | | - ci: |
| 25 | + library_check: |
28 | 26 | uses: libhal/ci/.github/workflows/library_check.yml@5.x.y |
29 | 27 | secrets: inherit |
30 | 28 |
|
31 | | - deploy_all_check: |
32 | | - uses: libhal/ci/.github/workflows/deploy_all.yml@5.x.y |
| 29 | + deployment_check: |
| 30 | + uses: libhal/ci/.github/workflows/package_and_upload_all.yml@5.x.y |
33 | 31 | secrets: inherit |
34 | 32 |
|
35 | 33 | demo_check_lpc4074: |
36 | | - uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y |
| 34 | + uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y |
37 | 35 | 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 |
| 36 | + repo: libhal/libhal-actuator |
| 37 | + dir: demos |
| 38 | + compiler_profile: hal/tc/arm-gcc |
| 39 | + platform_profile: hal/mcu/lpc4074 |
42 | 40 | secrets: inherit |
43 | 41 |
|
44 | 42 | demo_check_lpc4078: |
45 | | - uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y |
| 43 | + uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y |
46 | 44 | 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 |
| 45 | + repo: libhal/libhal-actuator |
| 46 | + dir: demos |
| 47 | + compiler_profile: hal/tc/arm-gcc |
| 48 | + platform_profile: hal/mcu/lpc4078 |
51 | 49 | secrets: inherit |
52 | 50 |
|
53 | 51 | demo_check_stm32f103c8: |
54 | | - uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y |
| 52 | + uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y |
55 | 53 | 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 |
| 54 | + repo: libhal/libhal-actuator |
| 55 | + dir: demos |
| 56 | + compiler_profile: hal/tc/arm-gcc |
| 57 | + platform_profile: hal/mcu/stm32f103c8 |
60 | 58 | secrets: inherit |
61 | 59 |
|
62 | | - demo_check_mod-stm32f1-v4: |
63 | | - uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y |
| 60 | + demo_check_mod-stm32f1-v5: |
| 61 | + uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y |
64 | 62 | 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 |
| 63 | + repo: libhal/libhal-actuator |
| 64 | + dir: demos |
| 65 | + compiler_profile: hal/tc/arm-gcc |
| 66 | + platform_profile: hal/bsp/mod-stm32f1-v5 |
69 | 67 | secrets: inherit |
70 | 68 |
|
71 | | - demo_check_mod-lpc40-v5: |
72 | | - uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y |
| 69 | + demo_check_mod-lpc4078-v5: |
| 70 | + uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y |
73 | 71 | 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 |
| 72 | + repo: libhal/libhal-actuator |
| 73 | + dir: demos |
| 74 | + compiler_profile: hal/tc/arm-gcc |
| 75 | + platform_profile: hal/bsp/mod-lpc4078-v5 |
78 | 76 | secrets: inherit |
0 commit comments