Minor tweaks to MT32LCDDisplay. #68
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |