trying-manim/.drone.yml

14 lines
198 B
YAML

kind: pipeline
name: test-render
platform:
os: linux
arch: amd64
steps:
- name: test-render
image: "garykim/manim:latest"
pull: always
commands:
- "./test.sh 2> /dev/null"