Skip to content

Arduino Compile Sketches #50

Arduino Compile Sketches

Arduino Compile Sketches #50

# From: https://github.com/marketplace/actions/compile-arduino-sketches
# Uses: https://github.com/arduino/compile-sketches
name: Arduino Compile Sketches
on:
push:
workflow_dispatch:
inputs:
message:
description: Message to display in job summary
required: false
type: string
jobs:
compile-sketches:
strategy:
matrix:
include:
- arch: msp430
fqbn: 'energia:msp430:MSP-EXP430G2553LP'
platform-name: 'energia:msp430'
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/main/json/package_energia_minimal_MSP_107_index.json'
name: call-compile-sketches-workflow
uses: Andy4495/.github/.github/workflows/arduino-compile-sketches.yml@main
with:
message: ${{ inputs.message }}
copyfile:
fqbn: ${{ matrix.fqbn }}
platform-name: ${{ matrix.platform-name }}
platform-sourceurl: ${{ matrix.platform-sourceurl }}
platform-version: latest
libraries: |
- source-path: ./
- source-url: https://github.com/Andy4495/MspTandV.git
- source-url: https://github.com/Andy4495/SWI2C.git
- source-url: https://github.com/Andy4495/Weather_Sensors_SWI2C.git