hhvm / user-documentation

Documentation for those that use HHVM and write Hack code.
http://docs.hhvm.com/
Other
129 stars 159 forks source link

Add CI for supported developer platforms #874

Open fredemmott opened 4 years ago

fredemmott commented 4 years ago

This should probably be:

These should test standard developer workflow, rather than the 'build a docker image' workflow.

It might be best to do this on GitHub actions side-by-side with the current TravisCI jobs, then separately look at migrating the TravisCI test and deploy jobs there too for consistency.

jjergus commented 4 years ago

What's the rationale for this? Do we expect the documentation to not build on different systems (with the same HHVM version)?

fredemmott commented 4 years ago

I remember seeing some problems with non-HHVM parts of the environment, but I can't find the PR/issue/commit - @lexidor , any idea?

jjergus commented 4 years ago

Oh, the Ruby stuff. Makes sense.