Сборка проекта arm-gcc
Go to file
Sergey Ladanov b10fc5223e Update files
2023-09-20 08:23:57 +03:00
.github/workflows Update files 2023-09-20 08:23:57 +03:00
action.yml Update files 2023-09-20 08:23:57 +03:00
Dockerfile Update files 2023-09-20 08:23:57 +03:00
README.md Update files 2023-09-20 08:23:57 +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