2023-09-14 10:57:08 +03:00
2023-09-13 11:27:59 +03:00
2023-09-14 09:59:45 +03:00
2023-09-12 22:53:40 +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@v1 
        with: 
          command: make --directory Release all

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