1
0
mirror of https://github.com/ssloy/tinyraytracer.git synced 2025-01-17 06:08:14 +01:00
tinyraytracer/.gitpod.yml
2019-01-25 23:25:01 +01:00

12 lines
172 B
YAML

image:
file: Dockerfile
tasks:
- command: >
mkdir --parents build &&
cd build &&
cmake .. &&
make &&
./tinyraytracer &&
open out.jpg &&
cd ..