-
Notifications
You must be signed in to change notification settings - Fork 252
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
factors: Add basic CI #2664
factors: Add basic CI #2664
Conversation
This is a temporary hack while the factors branch CI is broken during refactoring. Signed-off-by: Lann Martin <[email protected]>
@@ -1,5 +1,5 @@ | |||
fn main() { | |||
println!("cargo::rerun-if-changed=build.rs"); | |||
println!("cargo:rerun-if-changed=build.rs"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this line necessary? I believe I commented before that build.rs files automatically build if they're modified, but I'm not sure what the response to that was.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you emit nothing then it rebuilds on any file changing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah - I had somehow completely forgotten that that's the case...
96f5932
to
384255a
Compare
Signed-off-by: Lann Martin <[email protected]>
Signed-off-by: Lann Martin <[email protected]>
Signed-off-by: Lann Martin <[email protected]>
I gave up on getting spin-core tests passing in CI. YOU WIN THIS TIME GITHUB ACTIONS |
Signed-off-by: Lann Martin <[email protected]>
No description provided.