2023-09-19 00:08:38 +03:00
2023-09-19 00:08:38 +03:00
2023-09-19 00:07:46 +03:00
2023-09-14 10:57:46 +03:00

Пример настройки CI/CD


jobs:      
  build:
    name: Building project
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        
      - name: make   
        uses: embedd-actions/arm-gcc-ci@v2 
        with: 
          command: make --directory Release all

Description
Сборка проекта arm-gcc
Readme 77 KiB
Languages
Dockerfile 96.7%
Shell 3.3%