jacobrosenthal / hf2-rs

Microsoft HF2 HID Flashing Format for UF2 Bootloaders
49 stars 14 forks source link

add basic build, test, clippy, and rustfmt CI #30

Closed TDHolmes closed 3 years ago

TDHolmes commented 3 years ago

adds some basic GitHub actions CI for this repo. I saw #29 and thought I could pull in some actions CI that has worked well for me in other repos. To see what actions will trigger, see this example PR on my fork. It is currently failing looks like due to missing libusb-1.0. I'll try to fix that.

jacobrosenthal commented 3 years ago

Amazing thanks! Ill be in a position to merge in a day or so if its ready

TDHolmes commented 3 years ago

All steps passing in my fork! sounds good.

jacobrosenthal commented 3 years ago

Are the nightly still necessary?

TDHolmes commented 3 years ago

Doesn't look like it! Builds passed on stable

jacobrosenthal commented 3 years ago

Lets try it! Do I need to enable anything somewhere in my github? i havent used gha yet.

jacobrosenthal commented 3 years ago

Didnt seem like it

TDHolmes commented 3 years ago

nah, I think it's enabled by default