Skip to content

MIKMIDIPacketListSizeForCommands() now accounts for the fact that on … #91

MIKMIDIPacketListSizeForCommands() now accounts for the fact that on …

MIKMIDIPacketListSizeForCommands() now accounts for the fact that on … #91

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install Tools
run: |
gem install xcpretty
- name: Build and Test
run: |
cd "Framework"
echo $(pwd)
xcodebuild test -scheme MIKMIDI | xcpretty