tinyraytracer/.gitpod.yml
2023-02-21 20:43:54 -05:00

10 lines
172 B
YAML

image:
file: Dockerfile
tasks:
- command: >
cmake -Bbuild &&
cmake --build build &&
build/tinyraytracer &&
pnmtopng out.ppm > out.png &&
open out.png