arm-gcc-ci/README.md
2023-09-19 00:14:59 +03:00

310 B

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


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