landon 0.8.0

A collection of tools, data structures and methods for exporting Blender data (such as meshes and armatures) and preparing it for your rendering pipeline.
Documentation
trigger:
  branches:
    include:
      - '*'

pool:
  vmImage: 'ubuntu-latest'

container: chinedufn/blender-rustlang:latest

steps:

- script: |
    rustup default nightly # Currently needed for the mesh-visualizer - need to look into getting it working on stable
    cargo test --all
  displayName: 'Run all tests'