Skip to content

More tweaking and adding logos #10

More tweaking and adding logos

More tweaking and adding logos #10

Workflow file for this run

name: Linux
on: [push, pull_request]
jobs:
blender-ubuntu-20_04:
name: 2D Build & Test (20.04)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: installing preliminaries
run: sudo apt install blender
- name: package add-on
run: make
- name: install blender plugin
run: blender -b --python scripts/install.py