Skip to content

Bump cpp-linter/cpp-linter-action from 948cea872508ea44123a1e3d8638a5b828a409af to a37e579de27f4a759c4c5f18f1d43592076236c9 #453

Bump cpp-linter/cpp-linter-action from 948cea872508ea44123a1e3d8638a5b828a409af to a37e579de27f4a759c4c5f18f1d43592076236c9

Bump cpp-linter/cpp-linter-action from 948cea872508ea44123a1e3d8638a5b828a409af to a37e579de27f4a759c4c5f18f1d43592076236c9 #453

Workflow file for this run

name: Build
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
strategy:
fail-fast: false
matrix:
platform: [numaker_pfm_m2351, m2351_badge, mps2_an505_qemu]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Install extra tools
run: |
sudo apt-get update
sudo apt-get install -y make build-essential libncurses5-dev libssl-dev libcurl4-openssl-dev
- name: Build the project
run: |
make PLATFORM=${{ matrix.platform }} create_context
make toolchain
make