You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update, simplify, and consolidate build scripts (#1082)
* consolidate build of script analyzer into module
Require any 2.1 sdk for building, this way we can build with the same sdk as PowerShell core
* Have git ignore vim swap files and the test results file
* Only special case linux for the customized rule tests
* Update to build scripts.
To build for core, simply type ./build,
to build all flavors and documentation type ./build -all.
You can now run tests as well via ./build -Test.
* Modify readme to match new build instructions
* Add ubuntu16 docker file to build scripts
* change to use psversion rather than analyzerversion
because it's really about the version of PS, not the analyzer
* Add copyright banners to script and module
* Fix repo to point to the official repo
* Update appveyor scripts to use new build script
* Forcing installation of platyPS if not found when building documentation
* Be sure to skip uses of TypeDefinitionAst on both PSV3 and PSV4
* Modified logic to not build full on non-Windows
Add additional verbose statements for debugging
* fix issue with incorrect build configuration
When simplifying to use only psversion, add back the 'PSV' prolog to configuration
* reduce build matrix to accellerate CI testing
* Revert "reduce build matrix to accellerate CI testing"
This reverts commit b3018ea.
0 commit comments