Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VIDEO-2683] - Build Windows GST from source (#164)
* [VIDEO-2683] - Modified the action script to build gstreamer for windows from source. TODO: Add caching lookup and store * [VIDEO-2683] - Re-enabled libav after local testing ensured it worked and did not interfere with libsoup build and install * [VIDEO-2683] - Ran npm prepare * [VIDEO-2683] - Fixed action input syntax and usage to conform to string only input variables * [VIDEO-2683] - Updated test workflow to install Meson and Ninja for windows builds * [VIDEO-2683] - Fixed usage of pathing for cwd option in windows builds * [VIDEO-2683] - Updated test workflow to make sure all needed python dependencies for the gstreamer build on Windows are present * [VIDEO-2683] - Fixed up syntax erro in shell command * [VIDEO-2683] - Added missing input environment variable for windows to unit tests * [VIDEO-2683] - Fixed and added environment variables in support of functional testing * [VIDEO-2683] - Updated dist * [VIDEO-2683] - Reran prepare to fix apparent issue with dist * [VIDEO-2683] - Added buildSource option so that Windows can alternatively install from binary packages or build from source. Fixed up yaml auto formatting back to original. Reverted unit tests to only do binaries. Added matrix options for build from source and excluded the invalid options * [VIDEO-2683] - Reran prepare to fix up after merge conflicts on rebase from commit * [VIDEO-2683] - Further clean up * [VIDEO-2683] - Reran prepare - apparently Node 18 prepare produces results that fail the dist check in GH * [VIDEO-2683] - Added buildSource option to test options from matrix * [VIDEO-2683] - Added returns to break processing if conditions merit failing the action * [VIDEO-2386] - Fixed copy pasta for source directorypath that would have tried to clone to the install directory if the environment variable was set * [VIDEO-2683] - Update action.yml per suggestion Co-authored-by: Jeff Wilson <[email protected]> * [VIDEO-2683] - Updated build options handling and source build flag option per suggestions from PR * [VIDEO-2683] - Ran the forgotten npm prepare * [VIDEO-2683] - Updated environment variable name to match change in option name * [VIDEO0-2683] - Updated option mapping on test matrix for forceBuildFromSource option * [VIDEO-2683] - Updated handling of the multiline input for build arguments based on review of yaml safeload and github actions docs * [VIDEO-2683] - Minor changes for debugging failing test of windows build from source * [VIDEO-2683] - Fixed multi line input handling and splitting from further investigation of correct technique * [VIDEO-2683] - Change to use the getMultilineInput function rather than doing our own splitting Co-authored-by: Jeff Wilson <[email protected]> * [VIDEO-2683] - Ran npm prepare for github committed change to index.js * [VIDEO-2684] - Added auto version tag updating on minor releases --------- Co-authored-by: Jeff Wilson <[email protected]>
- Loading branch information