1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-01-17 13:18:22 +01:00
tinyraycaster/.gitpod.yml
2019-02-10 08:07:26 +01:00

13 lines
206 B
YAML

image:
file: Dockerfile
tasks:
- command: >
mkdir --parents build &&
cd build &&
cmake .. &&
make &&
./tinyraycaster &&
pnmtopng out.ppm > out.png &&
open out.png &&
cd ..