build.yml 585 B

12345678910111213141516171819202122232425262728
  1. name: Build
  2. on:
  3. push:
  4. branches:
  5. - main
  6. - develop
  7. env:
  8. firmware_version: '0.79.1'
  9. jobs:
  10. build:
  11. name: Build
  12. runs-on: ubuntu-latest
  13. steps:
  14. - name: Checkout Flipper Zero Firmware
  15. uses: actions/checkout@v3
  16. with:
  17. repository: 'flipperdevices/flipperzero-firmware'
  18. ref: ${{ env.firmware_version }}
  19. submodules: true
  20. - name: Checkout FlipBIP
  21. uses: actions/checkout@v3
  22. with:
  23. path: 'applications_user/FlipBIP'
  24. - name: Build FAPs
  25. run: ./fbt COMPACT=1 DEBUG=0 faps