arm-gcc-ci/README.md
2023-09-20 12:05:48 +03:00

320 B

arm-gcc-ci

Building arm-gcc projects

Usage:


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