Open liberodark opened 4 years ago
Gave me a minor panic with all the notifications pings there, probably want to squash those commits
Yes. Please. Jesus Christ. Push them all at once.
The game work on Love 11.3 Now just im trying to fix the CI
Could you try testing locally? Dozens of emails as you try figure it out isn't great
CI is fixed just no have output of done but no issue And yes have try locally is work.
Proof :
make test
bin/love-11.3-x86_64.AppImage src --test
no issue and game run
I was meaning the CI, instead of tweaking the commands a bit and seeing what happens you could use a local container/vm to test it out
I was meaning the CI, instead of tweaking the commands a bit and seeing what happens you could use a local container/vm to test it out
CI is done and test have been make locally but for fix Travis need to use travis now is done. make test run game. this work. Travis no understand if that work or not. Just need to kill game after run and CI make OK
Now only need help for fix that :
and
White text in back to green
Best Regards
Ok now green text is fixed
Need to fix the black line :
Thanks for this. I could build it on Ubuntu 20.04 with some minor changes :)
Links to TMX2LUA have changed, I have changed those lines in the make file:
TMXTAR = tmx2lua.linux.tar
-> TMXTAR = tmx2lua.linux.tar.gz
$(wget) http://hawkthorne.github.com/tmx2lua/downloads/$(TMXTAR)
-> $(wget) https://github.com/hawkthorne/tmx2lua/releases/download/v1.0.0/$(TMXTAR)
Hi,
Im newbie on Love and Lua but im trying to update to Love 11.3.
Best Regards