mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2025-04-20 16:15:44 +03:00
Compare commits
15 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0546c94a8f | ||
|
c78f90416d | ||
|
4691f60c18 | ||
|
049e5a1862 | ||
|
958d96a466 | ||
|
4e30b04faf | ||
|
1224e6843d | ||
|
6cd4c658a8 | ||
|
1eb2f650dc | ||
|
b1699044b1 | ||
|
8d48521d09 | ||
|
5e909ae7d0 | ||
|
bcd9a60294 | ||
|
d022b3c43b | ||
|
e510152a0d |
@ -1,6 +1,6 @@
|
|||||||
FROM debian:stable-slim
|
FROM debian:stable-slim
|
||||||
|
|
||||||
ARG VERSION=11.3.rel1
|
ARG VERSION=13.3.rel1
|
||||||
|
|
||||||
RUN ARCH="$(dpkg --print-architecture)" && \
|
RUN ARCH="$(dpkg --print-architecture)" && \
|
||||||
case $ARCH in \
|
case $ARCH in \
|
||||||
@ -16,6 +16,7 @@ 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@11.3.rel1
|
uses: embedd-actions/arm-gcc-ci@12.3.rel1
|
||||||
with:
|
with:
|
||||||
command: make --directory Release all
|
command: make --directory Release all
|
||||||
|
|
||||||
@ -24,4 +24,6 @@ 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:11.3.rel1'
|
image: 'docker://sergeyladanov/arm-gcc:13.3.rel1'
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.command }}
|
- ${{ inputs.command }}
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
. /etc/bashrc
|
. /etc/bashrc
|
||||||
|
|
||||||
exec $@
|
exec bash -c "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user