-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Set up CI #9
Set up CI #9
Conversation
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.
Yeah, was about to open an issue for it ;-)
I like the DetSys stuff better but this works just fine.
Weird, should've triggered automatically, investigating |
It's because I didn't click on #1 merge yet. |
Ah right! |
Maybe you need to rebase? |
.github/workflows/main.yml
Outdated
on: | ||
pull_request: | ||
branches: | ||
- master | ||
push: | ||
branches: | ||
- master |
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.
on: | |
pull_request: | |
branches: | |
- master | |
push: | |
branches: | |
- master | |
on: | |
pull_request: | |
branches: | |
- main | |
push: | |
branches: | |
- main |
Whoops :)
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.
My brain completely yadda-yadda-yadda'd "master" vs. "main" difference. Whoops.
Based on #1
Very simple
nix-build
for the main build, the shell and the Nixpkgs sanity check