Skip to content

working for MacOS (gave up on overdesigned centralized logging thing) #34

working for MacOS (gave up on overdesigned centralized logging thing)

working for MacOS (gave up on overdesigned centralized logging thing) #34

Workflow file for this run

name: Build on macOS
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: x86_64-apple-darwin
profile: minimal
override: true
- name: Build with Metal
run: cargo build --features "amethyst/metal"