"Build" can mean a lot of things, like:
- Compiling source code to byte code
- Transpilling high level code to a more low level language
- Raising and provisioning a machine to run your server
- etc.
So, based in what they all seem to have in common, I would define build as:
- A setup process before something can run properly