Skip to content

Merge branch 'stm32h743' of https://github.com/TrampolineRTOS/trampol… #105

Merge branch 'stm32h743' of https://github.com/TrampolineRTOS/trampol…

Merge branch 'stm32h743' of https://github.com/TrampolineRTOS/trampol… #105

Workflow file for this run

name: Build ViPER (Virtual Processor EmulatoR)
on: [push, pull_request]
jobs:
viper:
name: Build ViPER
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Build
run: make
working-directory: viper