Having an issue with the Cuberite Plugin Checker and Travis - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Discussion (https://forum.cuberite.org/forum-8.html) +--- Thread: Having an issue with the Cuberite Plugin Checker and Travis (/thread-2927.html) |
Having an issue with the Cuberite Plugin Checker and Travis - Zee1234 - 03-23-2017 Let me preface this by saying it does not appear to be a problem with CPC (or if it is, it's exclusive to the CI readme's instructions). It's either in my travis setup or something I don't know about. Starting with the repository: https://github.com/Zee1234/Dependency Now the error: Code: [color=#000000]$ lua CuberitePluginChecker.lua -p $TRAVIS_BUILD_DIR -a ~/AutoAPI -e ~/ManualAPI.lua -i APIImpl/All.lua -s $TRAVIS_BUILD_DIR/tests/first.lua -g Full log is here: https://api.travis-ci.org/jobs/213994618/log.txt?deansi=true I have tried numerous 'fixes' with the .travis.yml (read: nothing I figured would actually fix it, based on the type of error, but I wanted to get past the obvious possible mistakes first). This included taking the .travis.yml example code from https://github.com/cuberite/CuberitePluginChecker/blob/master/UsingInCI.md and using it directly (having made the needed directory and file name changes). Exact same error. So yeah, I have no clue even what this error is, honestly. I tried googling 'undefined symbol: sqlite3_db_filename' and I got a lot of LuaJIT FFI stuff which I'm fairly certain isn't totally relevant (but idk, maybe it is?) Any help is appreciated, this is my first time messing with CI. PS: yes I did (just) notice that the script isn't currently set up to be USING luacov, but it ended up not mattering (so far) because the build was never successful. And yes, I do plan to set up a better test at some point. |