Сборка проекта arm-gcc
Go to file
2023-09-14 09:59:45 +03:00
action.yml Update action.yml 2023-09-13 11:27:59 +03:00
Dockerfile Update Dockerfile 2023-09-14 09:59:45 +03:00
README.md init commit 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