Commit Graph

2 Commits

Author SHA1 Message Date
Alexei Frolov
b8aadc3c23 Expand Windows environment setup
- Write required environment variables to a batch file.
- Fix virtualenv bin path.
- Temporarily disable host_build and cargo steps on Windows.
- Update the python runner to work on Windows.
- Remove script_exectuable from the .gn file as it was added before
  Pigweed had an env_setup and was used to point to the correct system
  Python.

Change-Id: Ie4d0d0c5deb752c79ee5059dd812175775eae10c
2020-01-23 20:29:41 +00:00
Alexei Frolov
1a82c146ff
Initial Pigweed modules
This change adds Pigweed's first few (incomplete) modules: pw_build,
pw_status, and pw_toolchain. The main scaffolding for Pigweed's GN-based
build system is also included, with a root BUILDCONFIG and BUILD.gn file
defining a top-level modules build target.

Change-Id: I09599443d50696343d6c5b85853cb5cee3ce0026
2019-10-31 17:43:53 -07:00