Skip to content

feat: add mcu hex test #72

feat: add mcu hex test

feat: add mcu hex test #72

Workflow file for this run

name: CI
on:
push:
jobs:
build_job:
name: build job
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Build
run: env.bat && cd examples && make
shell: cmd