Skip to content

make a few interfaces derive from IPixelDisplay #327

make a few interfaces derive from IPixelDisplay

make a few interfaces derive from IPixelDisplay #327

Workflow file for this run

name: Develop Build
on:
workflow_dispatch:
pull_request:
branches: [ develop ]
push:
branches: [ develop ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout Meadow.Logging
uses: actions/checkout@v3
with:
repository: WildernessLabs/Meadow.Logging
path: Meadow.Logging
ref: develop
- name: Checkout Meadow.Units
uses: actions/checkout@v3
with:
repository: WildernessLabs/Meadow.Units
path: Meadow.Units
ref: develop
- name: Checkout Meadow.Contracts
uses: actions/checkout@v3
with:
path: Meadow.Contracts
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version:
7.0.x
- name: Build Meadow.Contracts
run: dotnet build -c Release Meadow.Contracts/Source/Meadow.Contracts/Meadow.Contracts.sln