Skip to content

Releases: phpgt/Build

Cross platform

04 Feb 16:57

Choose a tag to compare

Cross platform Pre-release
Pre-release

Manually tested and amended for Linux, Mac and Windows builds.

Basics working

10 Dec 19:59

Choose a tag to compare

Basics working Pre-release
Pre-release
  • Versions of required build software checked
  • Build runner runs in the background forever
  • Matching file changes detected
  • Build software executed when needed

Basics scoped out

05 Dec 22:57

Choose a tag to compare

Basics scoped out Pre-release
Pre-release
  • The BuildRunner class is run from the WebEngine's bin directory
  • JSON file parsed and expanded into TaskList
  • TaskList contains multiple Task objects
  • Each Task has a number of Requirement objects
  • Globs expanded in Task to match all files
  • Files are md5 hashed for whatever watch system is decided upon