How to run the game on CI #902
jaapdeheer
started this conversation in
Tech
Replies: 1 comment 2 replies
-
As the project unifies the two different games more. Possibility to use Generals Demo data: #679 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Great progress is being made on automated testing (see #566, #651 & friends). Ideally we will want to do this automated testing on CI.
That raises the question of how to get the complete game running on CI, for automated testing, without having the entire playable game in git (and thus publicly downloadable), which would of course violate EA's rights.
As far as I know, standard GitHub CI can only access files that are available in the repository (and thus public).
I can think of a couple options:
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions