Skip to content

Implement support for KHR_materials_dispersion #202

Implement support for KHR_materials_dispersion

Implement support for KHR_materials_dispersion #202

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
generic:
strategy:
matrix:
os: [windows, ubuntu, macos]
name: ${{matrix.os}}
runs-on: ${{matrix.os}}-latest
steps:
- uses: actions/checkout@v1
- name: test
run: cd test && python test_all.py