mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2025-12-16 05:28:49 +03:00
init commit
This commit is contained in:
15
action.yml
Normal file
15
action.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: 'ARM GCC build'
|
||||
description: 'Building arm projects'
|
||||
inputs:
|
||||
command:
|
||||
description: 'Command'
|
||||
required: true
|
||||
default: arm-none-eabi-gcc --version
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- /bin/bash
|
||||
- -c
|
||||
- ${{ inputs.command }}
|
||||
|
||||
Reference in New Issue
Block a user