Skip to content

Adding CI

Adding CI #1

Workflow file for this run

name: Linux
on: [push, pull_request]
jobs:
blender-ubuntu-20.04:

Check failure on line 6 in .github/workflows/linux.yml

View workflow run for this annotation

GitHub Actions / Linux

Invalid workflow file

The workflow is not valid. .github/workflows/linux.yml (Line: 6, Col: 3): The identifier 'blender-ubuntu-20.04' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
name: 2D Build & Test (20.04)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: installing preliminaries
run: sudo ap install blender
- name: package add-on
run: make
- name: install blender plugin
run: blener -b --python scripts/install.py