Skip to content
Snippets Groups Projects
Commit baf12b30 authored by maxgerhardt's avatar maxgerhardt
Browse files

Try makefule build

parent 15a7e625
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,15 @@ name: PlatformIO CI
on: [push, pull_request]
jobs:
build:
makefile-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential make libnewlib-dev gcc-riscv64-unknown-elf libusb-1.0-0-dev
- name: Build Blink Example
run: cd examples/blink && make V=1 -j3
pio-build:
strategy:
fail-fast: false
matrix:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment