Open zenware opened 8 years ago
I think this is possible with CodeShip
Here's a terrible script I wrote a while ago: https://gist.github.com/nloveladyallen/6964b893bd3c68b022ebe5ee630713ce
(Obviously using a real testing framework would be better)
So I've been thinking about this and I think it makes sense to provide a build file for each of the source files and move everything into $lang directories... I think I'm going to start making some changes to that effect tonight.
Inspiration comes from make a lisp, which is a much less trivial version of hello-world or FizzBuzz. They actually include images with the required software to build each thing...
Anyways I'm going to make some steps in the direction of being able to run everything easily soon.
I think it would be cool if all of the programs could somehow be automatically tested.