Add bash script for running tests#615
Conversation
3312f9c to
c5cf1c2
Compare
|
I actually like this idea, but I'm not sure it would go in the repo itself. Maybe we add a section to the website that is for engo development. We could add this and other things like an archetecture diagram of engo and the associated systems and ecs libraries. |
|
@Noofbiz there is one already for windows (runtests.bat) but i was testing on linux and wrote one for that. Thought maybe others would find it useful as well. |
|
Ah, yeah, that's for Appveyor. There's another one for TravisCI |
|
@Noofbiz I disagree. Developers need a convenient way to test their changes and without a script like this it's actually quite troublesome to do given the number of demos there are. Would it be better if we made a makefile instead? |
c5cf1c2 to
4798056
Compare
|
I agree with you on that point, I was just suggesting that we make a development section of the website and put it there. I say that because everyone is going to have a different development setup. For example, I have a folder ~/scripts on my $PATH where I keep a similar script but also an executable to run it so all I have to do is run 'engoTestBuild args' from anywhere and it'll test and then make sure the demos build with go, gomobile, and gopherjs depending on the args. |
|
I put a copy of the script I use here https://gist.github.com/Noofbiz/c369a8093f4c0e90f25803ed92401abf What I do is compile that to a binary then put it in ~/scripts and I can just call it via |
|
Closing this as no longer needed. |
No description provided.