test-build-lnx.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. name: LNX build
  2. on:
  3. pull_request:
  4. branches:
  5. - master
  6. paths-ignore:
  7. - '**.md'
  8. push:
  9. branches:
  10. - master
  11. paths-ignore:
  12. - '**.md'
  13. jobs:
  14. build:
  15. name: Linux
  16. env:
  17. CMSIS: CMSIS_5
  18. runs-on: ubuntu-latest
  19. steps:
  20. - name: ARM GCC setup
  21. uses: fiam/arm-none-eabi-gcc@v1
  22. with:
  23. release: 8-2019-q3
  24. - name: Checkout
  25. uses: actions/checkout@v2
  26. - name: Resolve prerequisites
  27. run: make cmsis
  28. - name: testbuild F103
  29. run: make stm32f103x6
  30. - name: testbuild F303
  31. run: make stm32f303xe
  32. - name: testbuild F105
  33. run: make stm32f105xb
  34. - name: testbuild L052
  35. run: make stm32l052x8
  36. - name: testbuild L100
  37. run: make stm32l100xc
  38. - name: testbuild L476
  39. run: make stm32l476xg
  40. - name: testbuild F429
  41. run: make stm32f429xi
  42. - name: testbuild L433
  43. run: make stm32l433cc
  44. - name: testbuild F070
  45. run: make stm32f070xb
  46. - name: testbuild G431
  47. run: make stm32g431xb
  48. - name: testbuild F446
  49. run: make stm32f446xc
  50. - name: testbuild F373
  51. run: make stm32f373xc
  52. - name: testbuild F745
  53. run: make stm32f745xe