arm-gcc-ci/README.md

29 lines
385 B
Markdown
Raw Permalink 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
2024-07-29 09:43:23 +03:00
```yml
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:46:17 +03:00
uses: embedd-actions/arm-gcc-ci@12.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-10-26 23:46:17 +03:00
12.3.rel1
2023-09-22 17:35:21 +03:00
```