Skip to content

Remove heatmap

Remove heatmap #152

Workflow file for this run

name: Build
on:
push:
branches: [trunk]
pull_request:
branches: [trunk]
paths:
- ".github/workflows/build.yml"
- "Bottomless/**"
- "Bottomless.xcodeproj/**"
jobs:
build:
name: Build
runs-on: macos-latest
strategy:
matrix:
platform:
- iOS
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build and Test
uses: mxcl/xcodebuild@v1
with:
xcode: 15.2
scheme: "Bottomless"
platform: ${{ matrix.platform }}