arm-gcc-xpack-ci/README.md

28 lines
403 B
Markdown
Raw Permalink Normal View History

2023-11-13 09:12:49 +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
2023-11-13 09:13:51 +03:00
uses: embedd-actions/arm-gcc-xpack-ci@v12.3.1
2023-11-13 09:12:49 +03:00
with:
command: make --directory Release all
```
## List of available tags
```
v12.3.1
```