Adding CI #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linux | ||
on: [push, pull_request] | ||
jobs: | ||
blender-ubuntu-20.04: | ||
Check failure on line 6 in .github/workflows/linux.yml GitHub Actions / LinuxInvalid workflow file
|
||
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 |