ssloy / tinyraytracer

A brief computer graphics / rendering course
https://github.com/ssloy/tinyraytracer/wiki
5.04k stars 333 forks source link

Wont compile in gitpod #14

Closed friuns2 closed 5 years ago

friuns2 commented 5 years ago

wont compile in gitpod out of the box, any aditional steps i need to do? image

ssloy commented 5 years ago

Well, normally it works out of the box... @svenefftinge , any ideas? Would you please try again to see if the problem is repeatable?

tobozo commented 5 years ago

compiles fine on Travis https://travis-ci.org/tobozo/tinyraytracer/builds/486355475

friuns2 commented 5 years ago

if i go to Debug-> start debugging f5, nothing happens for some reason, if i type in terminal cmake build it builds but i don't know how to launch it or debug it.

ssloy commented 5 years ago

check the command history in the terminal, (launch gitpod, go to the terminal, hit up key and then enter)

friuns2 commented 5 years ago

ah it was up key trick, yes then its working thanks :)

svenefftinge commented 5 years ago

sorry, I was giving a workshop this week so didn't see this earlier.