mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2025-04-21 08:35:50 +03:00
Compare commits
No commits in common. "main" and "11.3.rel1" have entirely different histories.
@ -1,6 +1,6 @@
|
|||||||
FROM debian:stable-slim
|
FROM debian:stable-slim
|
||||||
|
|
||||||
ARG VERSION=13.3.rel1
|
ARG VERSION=11.3.rel1
|
||||||
|
|
||||||
RUN ARCH="$(dpkg --print-architecture)" && \
|
RUN ARCH="$(dpkg --print-architecture)" && \
|
||||||
case $ARCH in \
|
case $ARCH in \
|
||||||
@ -16,7 +16,6 @@ RUN ARCH="$(dpkg --print-architecture)" && \
|
|||||||
apt-get install \
|
apt-get install \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
make \
|
make \
|
||||||
ninja-build \
|
|
||||||
cmake \
|
cmake \
|
||||||
wget \
|
wget \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
@ -4,7 +4,7 @@ Building arm-gcc projects
|
|||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
|
|
||||||
```yml
|
```
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -14,7 +14,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: make
|
- name: make
|
||||||
uses: embedd-actions/arm-gcc-ci@12.3.rel1
|
uses: embedd-actions/arm-gcc-ci@11.3.rel1
|
||||||
with:
|
with:
|
||||||
command: make --directory Release all
|
command: make --directory Release all
|
||||||
|
|
||||||
@ -24,6 +24,4 @@ jobs:
|
|||||||
|
|
||||||
```
|
```
|
||||||
11.3.rel1
|
11.3.rel1
|
||||||
12.3.rel1
|
|
||||||
13.3.rel1
|
|
||||||
```
|
```
|
||||||
|
@ -10,7 +10,7 @@ inputs:
|
|||||||
default: arm-none-eabi-gcc --version
|
default: arm-none-eabi-gcc --version
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://sergeyladanov/arm-gcc:13.3.rel1'
|
image: 'docker://sergeyladanov/arm-gcc:11.3.rel1'
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.command }}
|
- ${{ inputs.command }}
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
. /etc/bashrc
|
. /etc/bashrc
|
||||||
|
|
||||||
exec bash -c "$@"
|
exec $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user