Skip to content

Feat: Realistic PBR Renderer #531

Feat: Realistic PBR Renderer

Feat: Realistic PBR Renderer #531

Workflow file for this run

name: 🕸️ Web
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
name: ${{ matrix.config.name }} - Build
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
matrix:
config:
- { name: "Web Latest", os: ubuntu-latest, build_type: "Release" }
steps:
- uses: mymindstorm/setup-emsdk@v14
- name: Checkout atta
uses: actions/checkout@v5
- name: Configure
run: |
mkdir build
cd build
emcmake cmake ..
- name: Build
run: cmake --build build --parallel 4 --config ${{ matrix.config.build_type }}