arm-gcc-ci/README.md

28 lines
372 B
Markdown
Raw Normal View History

2023-09-20 12:05:48 +03:00
# arm-gcc-ci
Building arm-gcc projects
## Usage:
2023-09-12 22:53:40 +03:00
```
jobs:
build:
name: Building project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
2023-10-26 23:19:55 +03:00
uses: embedd-actions/arm-gcc-ci@11.3.rel1
2023-09-12 22:53:40 +03:00
with:
command: make --directory Release all
```
2023-09-22 17:35:21 +03:00
## List of available tags
```
2023-10-26 23:19:55 +03:00
11.3.rel1
2023-09-22 17:35:21 +03:00
```