Skip to content

Minor tweaks to MT32LCDDisplay. #68

Minor tweaks to MT32LCDDisplay.

Minor tweaks to MT32LCDDisplay. #68

Workflow file for this run

on:
push:
branches:
- '**'
jobs:
k6_local_test:
name: Boxer test build macos
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Get dependencies
run: git submodule update --init --recursive
- name: list content
run: pwd; ls -l
- name: Build the project
run: xcodebuild -derivedDataPath ./build -workspace Boxer.xcworkspace -scheme "Boxer CI" -configuration "Release"