kRPC: Control the game using C#, C++, Java, Lua, Python...

kRPC: Control the game using C#, C++, Java, Lua, Python...

7.8k Downloads

Set up Github CI

djungelorm opened this issue ยท 3 comments

commented

Now that Github CI exists, and Travis CI appears to have stopped functioning, move the automated testing over to use Github CI

commented

Basic support added in #650. Need to enable more of the tests (currently commented out in the workflow config)

commented

Remaining things to do:

  • Remove old travis scripts.
  • Update CI workflow to upload build artifacts.
  • Enable more tests in CI workflow
  • Get Windows build for C++ client working again (see #681)
  • Split the workflow into multiple jobs (gh can run up to 20 jobs in parallel, so would speed up the workflow considerably)
commented

Closing as this has been split into multiple issues so we can work on things in parallel