ubisoft / Sharpmake

Sharpmake is an open-source C#-based solution for generating project definition files, such as Visual Studio projects and solutions, GNU makefiles, Xcode projects, etc.
Apache License 2.0
927 stars 171 forks source link

add Powershell script to run Ci. Use them from yml actions file. #245

Closed ghost closed 1 year ago

ghost commented 1 year ago

Added powershell scripts to replace batch and sh files. Actions yml file now uses powershell for the pipeline, batch and sh files are not used any more.

jspelletier commented 1 year ago

replaced by #247