Added make.ps1 to emulate make commands on Windows#599
Added make.ps1 to emulate make commands on Windows#599mitchcapper wants to merge 1 commit intoOpenBMB:mainfrom
Conversation
The main issue is that make.ps1 does not propagate native command failures correctly. Right now commands like Also, the |
1158a58 to
d5c263a
Compare
|
Good point. I figured it was more a user console tool but should do so. all fixed. |
The previous two issues look fixed, thanks. One similar issue still remains: |
d5c263a to
efa76cd
Compare
|
Yeah sorry missed that critical one. |
Technically this should work on all platforms with powershell but not sure why you would use it elsewhere.
Running
./make.ps1 devproperly responds to control+c (stopping both).