Skip to content
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

Continious integration using Azure Pipe Lines #46

Merged
merged 2 commits into from
Apr 14, 2019
Merged

Continious integration using Azure Pipe Lines #46

merged 2 commits into from
Apr 14, 2019

Conversation

michaelp
Copy link
Contributor

@michaelp michaelp commented Apr 14, 2019

  • This PR is part of the work on the issue Performance degradation in recent commits #44. The goal is to have continuous integration and to run the build and tests on every commit.
  • I choose Azure pipelines since they are free and I find their integration with Github superior to other alternatives
  • This web page demonstrates the integration enabled and running on my fork of this repository
  • Please notice that I deliberately run the tests only using dotnet core and inside Linux
  • My intention is to have Continuous integration available prior to my next pull request
  • @ironfede please turn on the integration with azure pipelines on this repository. This PR has the necessary configuration files and if you have any questions please send me an email directly

@michaelp michaelp requested a review from ironfede April 14, 2019 03:44
@michaelp michaelp added this to the 2.3.0.0 milestone Apr 14, 2019
@michaelp michaelp self-assigned this Apr 14, 2019
@ironfede ironfede merged commit a62d584 into ironfede:master Apr 14, 2019
@Numpsy
Copy link
Contributor

Numpsy commented Feb 21, 2024

I choose Azure pipelines since they are free and I find their integration with Github superior to other alternatives

Would there be any thoughts or objections to the idea of changing it to use GitHub actions?

Reasoning: The current CI setup doesn't seem to integrate status reporting into pull requests (even though the builds are actually being done over in Azure), and I think GitHub actions is up to doing everything needed now (running the CI builds on both Windows and Linux for example)

@Numpsy
Copy link
Contributor

Numpsy commented Feb 21, 2024

Ok, looking again I see that there are results visible here for merges to the main branch, but not for pull requests, so maybe it's just that the config needs tweaking to get PR results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants