mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2026-08-13 22:50:33 +03:00
Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6e171c350 | |||
| 666e5a1dec | |||
| ea094ae88a | |||
| 0546c94a8f | |||
| c78f90416d | |||
| 4691f60c18 | |||
| 049e5a1862 | |||
| 958d96a466 | |||
| 4e30b04faf | |||
| 1224e6843d | |||
| 6cd4c658a8 | |||
| 1eb2f650dc | |||
| b1699044b1 | |||
| 8d48521d09 | |||
| 5e909ae7d0 | |||
| bcd9a60294 | |||
| d022b3c43b | |||
| e510152a0d |
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
# Checkout repository
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v6
|
||||
|
||||
|
||||
- name: Docker meta
|
||||
|
||||
+2
-1
@@ -1,6 +1,6 @@
|
||||
FROM debian:stable-slim
|
||||
|
||||
ARG VERSION=11.3.rel1
|
||||
ARG VERSION=14.3.rel1
|
||||
|
||||
RUN ARCH="$(dpkg --print-architecture)" && \
|
||||
case $ARCH in \
|
||||
@@ -16,6 +16,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
|
||||
apt-get install \
|
||||
--no-install-recommends \
|
||||
make \
|
||||
ninja-build \
|
||||
cmake \
|
||||
wget \
|
||||
ca-certificates \
|
||||
|
||||
@@ -4,7 +4,7 @@ Building arm-gcc projects
|
||||
|
||||
## Usage:
|
||||
|
||||
```
|
||||
```yml
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: make
|
||||
uses: embedd-actions/arm-gcc-ci@11.3.rel1
|
||||
uses: embedd-actions/arm-gcc-ci@14.3.rel1
|
||||
with:
|
||||
command: make --directory Release all
|
||||
|
||||
@@ -24,4 +24,7 @@ jobs:
|
||||
|
||||
```
|
||||
11.3.rel1
|
||||
12.3.rel1
|
||||
13.3.rel1
|
||||
14.3.rel1
|
||||
```
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ inputs:
|
||||
default: arm-none-eabi-gcc --version
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://sergeyladanov/arm-gcc:11.3.rel1'
|
||||
image: 'docker://sergeyladanov/arm-gcc:14.3.rel1'
|
||||
args:
|
||||
- ${{ inputs.command }}
|
||||
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@
|
||||
|
||||
. /etc/bashrc
|
||||
|
||||
exec $@
|
||||
exec bash -c "$@"
|
||||
|
||||
Reference in New Issue
Block a user