Skip to content

Commit

Permalink
arm build in workflow (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesnicholson authored Dec 25, 2022
1 parent 9482051 commit 7d27fbe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,23 @@ jobs:
- name: Build
run: COBS_SANITIZE=1 make -j

arm-cm4:
runs-on: ubuntu-latest

permissions:
packages: read

container:
image: ghcr.io/charlesnicholson/docker-image:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- name: Build
run: arm-none-eabi-gcc -mcpu=cortex-m4 -Os -Werror -Wall -Wextra -Wconversion -c cobs.c

linux-gcc:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 7d27fbe

Please sign in to comment.