-
Notifications
You must be signed in to change notification settings - Fork 25
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
(#32) Add a build pipeline #42
(#32) Add a build pipeline #42
Conversation
Prepare the repository for building with InvokeBuild instead of with the build script in the repository.
The build was working flawlessly in GHA on my fork, as well as in TeamCity. But now it's failing on the PR here, so I will need to investigate what's going on there. Setting back to Draft for now as the GHA clearly doesn't work for PRs. |
324b564
to
72894d5
Compare
0782376
to
bde86c1
Compare
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.
Other than the commit messages, this looks good to me. Can you rebase the commits and squash/reword any commits that don't follow our conventions?
Add in an InvokeBuild script and rename the project to Chocolatey-AU. Using InvokeBuild will allow us to iterate on the build process more easily as well as have distinct tasks in the build process
Add the configuration for building on Team City and GitHub Actions. Also remove the AppVeyor configuration.
Add an Issue Template for the release process.
f6eea2d
to
dc6c854
Compare
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.
Cory asked me to take a look at this and the teamcity settings look correct to me now. I give approval to merge. |
Raised a few things with Cory but am at agreement on fix-forward, merging as Derek currently can't but has otherwise approved this. |
Description Of Changes
Chocolatey-AU
and the corresponding Chocolatey package tochocolatey-au
.Motivation and Context
Testing
./build.ps1
locally ensure it works.Operating Systems Testing
Change Types Made
Change Checklist
Related Issue