Сборка проекта arm-gcc
Go to file
2023-10-26 22:26:02 +03:00
.github/workflows Update files 2023-09-20 08:23:57 +03:00
action.yml Update action.yml 2023-10-26 21:34:36 +03:00
docker-compose.yml add 2023-09-22 17:35:21 +03:00
Dockerfile Update Dockerfile 2023-10-26 22:26:02 +03:00
entrypoint.sh add 2023-09-22 17:35:21 +03:00
README.md add 2023-09-22 17:35:21 +03:00

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@v12.3.1 
        with: 
          command: make --directory Release all

List of available tags

v12.3.1