-
Notifications
You must be signed in to change notification settings - Fork 169
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
Azure Pipelines を調査する #446
Comments
オンラインでコンパイルできるってことですよねぇ。 |
https://github.com/marketplace/azure-pipelines で Sign-up する |
2018年9月10日に発表されたみたいです。 |
10 個の無料の並列ジョブ が魅力ですね。 |
appveyor に |
Windows に対応している Cloud の CI として appveyor を使っていましたが、 説明欄に調査項目を追加しました。 |
https://github.com/MicrosoftDocs?utf8=%E2%9C%93&q=pipelines&type=&language= 以下は ASP.NET Core project using Azure Pipelines のサンプル c++ は見当たらないけどサポートしてないのかな? 以下関連ドキュメント |
sakura editor には関係ないけど iOS のビルドもできそう。 |
https://docs.microsoft.com/en-us/azure/devops/pipelines/apps/windows/cpp?view=vsts https://docs.microsoft.com/en-us/azure/devops/pipelines/get-started-designer?view=vsts&tabs=new-nav |
appveyor は使うの簡単だったけど、 Azure Pipelines は使うの難しそう。 |
https://docs.microsoft.com/en-us/azure/devops/pipelines/index?view=vsts 各ページの下に |
https://docs.microsoft.com/en-us/azure/devops/pipelines/policies/retention?view=vsts |
Hello. I'm a product manager for Azure Pipelines. If there's anything I can do to help, let me know. (I'm sorry for chiming in using English. I don't know Japanese.) |
@vtbassmatt Thank you for your comment. |
I would be grateful to know which part is more difficult. We can make product changes or documentation improvements. Azure Pipelines has a LOT of options and flexibility, which makes it challenging/overwhelming to get started with. Did you see our templates repository? That might be a good place to start - we have templates for most languages and platforms. |
I don't see a template for Windows classic desktop application which would be of use to us. |
We have the following issues to solve.
Do you have any user support repository for Azure Pipeline on GitHub like https://github.com/appveyor/ci ? appveyor's document is very easy to understand. |
I'd like to see I see 10 repositories on this query result page. But I see only 5 programming languages listed on the documentation. |
Can you please provide a link to https://azure.microsoft.com/en-us/services/devops/pipelines/ on this page? |
I didn't know the template named |
Thanks for all the feedback!
Unfortunately, the one thing I haven't found a workaround for is changing the system locale. I don't believe you can reboot our hosted agents. We support private agents (which you can configure with any software or settings you want), but then you lose the value of having everything cloud-hosted. I'm still looking into this, though, and maybe someone on my team will have a suggestion. |
Oh - I missed two things.
|
When I tried If it is possible to log in by I think most of GitHub users want to log in by |
For now you have to use a Microsoft Account. We want to support GitHub identities but don't have a timeframe yet. |
I enteroounterd the limition of free users.
|
azure pipelines project for this project is https://dev.azure.com/sakuraeditor/sakura/_build?definitionId=3 |
For open source, Pipelines-only usage, you don't need to pay for Basic users. You can use Stakeholder users, which are free and have full access to both Pipelines and administrative functions. Sorry for the confusion. |
Thank you for the reply and the outstanding CI service for free. |
I confirmed that |
I found the way to rebuild a PR by commenting special messages. But it is not easier than Appveyor. Is there similar way on Azure Pipelines? |
Once you're using the Azure Pipelines app, there is a "rebuild" button right on the Checks tab. I'm on mobile so I can't share a screenshot easily. |
Thank you for the replay. |
That's it! |
We have thought that we don't need to change system locale by using Compiling HTML Help on system locale (en-us) has two problems.
Is there any way to compile HTML Help on system locale (en-us) or to change system locate to ja-jp? |
I don't think there's an HTML Help compiler that doesn't depend on system locale, and it's not possible to set system locale on the hosted agents. Maybe something like Locale Emulator could help? |
@berryzplus tried it and successfully changed the locale on en-us.
Could you support reboot and change system-locale on Cloud version in the future? I think this is the only disadvantage compared to appveyor. |
It's on our backlog but no firm commitment about when we'll get there. |
I have another question. Appveyor can notify completion of builds with the following setting. This is a message written by AppVeyorBot. Azure pipelines has notification settings (https://docs.microsoft.com/en-us/azure/devops/notifications/howto-manage-team-notifications?view=azure-devops) But I didn't find how to do the same as appveyor. azure-pipelines-bot exists. If so, could you tell me how? |
Not possible today. We post Checks to GitHub, and don't have a mechanism to make azure-pipelines-bot post a comment. That's a good idea, though. @davidstaheli for future consideration. |
Please let us know if it will become available on Azure Pipelines. |
Jenkins has a feature to re-use another job's artifacts by using Copy Artifact Plugin. Is it possible to do the same on Azure Pipelines? It seems that Copy Files task can copy files within a job. |
Caching is coming. |
To take advantage of Pipeline caching, we need some paradigm shift. |
pipeline caching |
調査は既に完了していた認識なので、閉じてしまいます。 |
Azure Pipelines を調査する
https://azure.microsoft.com/ja-jp/services/devops/pipelines/
とある。
調べること
https://docs.microsoft.com/en-us/azure/devops/pipelines/build/ci-public?view=vsts&tabs=github
コンパイル前の文字コード指定 (
- ps: Set-WinSystemLocale ja-JP
- ps: Start-Sleep -s 10
- ps: Restart-Computer
- ps: Start-Sleep -s 10
)sakura/appveyor.yml
Lines 4 to 7 in 470b812
Azure VM に関する情報
https://blog.engineer-memo.com/2013/11/24/azure-vm-%E3%81%AE%E6%97%A5%E6%9C%AC%E8%AA%9E-ui-%E3%82%92-powershell-%E3%81%A7%E8%A8%AD%E5%AE%9A/
(https://docs.microsoft.com/en-us/azure/devops/pipelines/policies/retention?view=vsts)
The text was updated successfully, but these errors were encountered: