Сборка проекта arm-gcc с использованием компилятора xpack
Go to file
2024-07-29 09:43:51 +03:00
.github/workflows init 2023-11-13 09:12:49 +03:00
action.yml Update action.yml 2023-11-13 09:14:22 +03:00
docker-compose.yml init 2023-11-13 09:12:49 +03:00
Dockerfile init 2023-11-13 09:12:49 +03:00
entrypoint.sh init 2023-11-13 09:12:49 +03:00
README.md Update README.md 2024-07-29 09:43:51 +03:00

arm-gcc-xpack-ci

Building arm-gcc projects with xpack compilator

Usage:


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

List of available tags

v12.3.1