1
0
mirror of https://github.com/ssloy/tinyraytracer.git synced 2025-08-20 13:01:21 +02:00

Update .gitpod.yml

This commit is contained in:
Dmitry V. Sokolov
2019-02-04 17:21:55 +01:00
committed by GitHub
parent 9774248bd0
commit fd4c4cdbde

View File

@@ -6,7 +6,7 @@ tasks:
cd build && cd build &&
cmake .. && cmake .. &&
make && make &&
./tinyraycaster && ./tinyraytracer &&
pnmtopng out.ppm > out.png && pnmtopng out.ppm > out.png &&
open out.png && open out.png &&
cd .. cd ..