An Introduction to AppVeyor, the Windows Cloud Build System
An Introduction to AppVeyor, the Windows Cloud Build System
If you’re moving to an infrastructure-as-code model, you need to learn about AppVeyor. Coding is usually a foreign concept to us IT pros. We’re sysadmins, network administrators, et al., we’re not coders, right? Well, that seems to be changing at least for a lot of the forward-thinking IT pros.
To keep up with the speed of business, we need to think of better ways to provision and maintain…
Catlight shows build status notifications in tray. It now supports public and private AppVeyor build projects. Catlight app runs on Windows and OS X.
Use Catlight to see the current status of important builds and tests. When a build breaks down, Catlight will change color of the tray icon and show a notification. This icon will remind your team that a build needs attention.
Compared to email notifications, Catlight saves your time by focusing on the current state, and not the history of changes.
Who broke the build first?
For failed builds, Catlight will tell who broke it first. This is useful when other people continue to commit code after the first problem. Their builds will be broken too, but the person, who broke the build first, should fix it.
Build ETA
For long-running builds, Catlight will show an estimated time of build completion in notification. You can also see it on the dashboard. Estimation is based on the duration of the previous successful build.
Multiple accounts
Catlight can connect to multiple AppVeyor accounts. You can use different API token for each account, if needed.
Cloud-based Continuous Integration and Deployment for .NET Development
#GitHub, #Appveyor, and #Azure .NET continuous delivery toolchain: 'Cloud-based Continuous Integration and Delivery for .NET Development'
Create a cloud-based, continuous integration and deployment toolchain for distributed .NET development teams, using GitHub, AppVeyor, and Microsoft Azure. Introduction
Whether you are part of a large enterprise development environment, or a member of a small start-up, you are likely working with remote team members. You may be remote, yourself. Developers, testers, web designers, and other team…