Skip to content

Moved MicroTBX-Modbus to v0.9.1. #30

Moved MicroTBX-Modbus to v0.9.1.

Moved MicroTBX-Modbus to v0.9.1. #30

Workflow file for this run

name: Build Demos
on:
workflow_dispatch:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt-get install binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true
- name: Generate build environment
working-directory: build
run: cmake ..
- name: Clean the build environment
working-directory: build
run: make clean
- name: Build the demo applications
working-directory: build
run: make all