-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run builds on windows + arm #378
Conversation
Deploying scuffle-docrs with
|
Latest commit: |
6fada20
|
Status: | ✅ Deploy successful! |
Preview URL: | https://8500d24e.scuffle-docrs.pages.dev |
Branch Preview URL: | https://pr-378.scuffle-docrs.pages.dev |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #378 +/- ##
==========================================
+ Coverage 79.31% 79.39% +0.07%
==========================================
Files 211 211
Lines 15181 15194 +13
==========================================
+ Hits 12041 12063 +22
+ Misses 3140 3131 -9
... and 2 files with indirect coverage changes
|
?brawl try |
💔 Test failed - brawl-done |
run builds on multiple arch this pr adds support for - windows (CLOUD-68) - arm (CLOUD-69) - macos (CLOUD-70) runs when we attempt to merge this pr majorly refactors the way ci is run & computed. We now use a python script to generate the jobs / steps to run and then perform a matrix to run those steps. The matrix is a nice improvement so that if a single job fails all the jobs are cancelled. Requested-by: TroyKomodo <49777269+TroyKomodo@users.noreply.github.com>
🎉 Try build successful! Requested by: @TroyKomodo |
?brawl merge |
📌 Commit 6fada20 has been approved and added to the merge queue. Requested by: @TroyKomodo Approved by: @philipch07 |
🎉 Build successful! Approved by: @philipch07 |
this pr adds support for
runs when we attempt to merge
this pr majorly refactors the way ci is run & computed. We now use a python script to generate the jobs / steps to run and then perform a matrix to run those steps.
The matrix is a nice improvement so that if a single job fails all the jobs are cancelled.