Skip to content

Update CMakeLists.txt of JoltPhysics #401

Update CMakeLists.txt of JoltPhysics

Update CMakeLists.txt of JoltPhysics #401

Workflow file for this run

name: Build macOS
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
configuration: [debug, release]
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Build
run: ./build_macos.sh ${{matrix.configuration}}