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
Ideally we pipe the build, clean, test, run recipes' output to a log file. I tried doing this with | tee log.txt but it causes the output to lose color. In particular, this breaks colored compiler errors. Need a better way than tee.