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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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