Posted on October 11, 2019
The latest Visual Studio 2019
image update added a lot of new exciting stuff you were missing in your builds:
Not only we updated the image, but we moved it to our fast Hyper-V environment with pre-heated VMs and now it will take seconds for new builds to start! All Visual Studio 2019
build VMs have nested virtualization enabled.
Docker on Visual Studio 2019
image allows you to run Windows and Linux containers simultaneously without ever switching between Windows and Linux “modes”. Running a Linux container could be as simple as docker run --rm busybox echo hello_world
.
There is WSL installed on Visual Studio 2019
image with the following Linux distributions:
You can run Linux commands inside WSL with a simple wsl <command>
and you can switch between distributions with wslconfig
.
Now you can build and test your Qt applications on Visual Studio 2019
image. The following Qt releases installed:
And we have automated the installation of Qt with Packer, so you can use it with AppVeyor Bring-Your-Own-Cloud solution!
Give this new image a try and let us know if you have any questions or suggestions!
If you are using Windows Server 2019
please switch to Visual Studio 2019
image as we are not going to evolve/update Windows Server 2019
image going forward.
With the increased demand for Linux builds we have moved Ubuntu
, Ubuntu1804
and Ubuntu1604
images to Hyper-V environment with pre-heated VMs, so Linux builds start in seconds now!
Best regards,
AppVeyor team
Posted on October 01, 2019
The new Bring Your Own Cloud (BYOC) feature enables you to run builds on your own infrastructure. Builds could be run inside VMs (Azure, AWS, GCE, Hyper-V), in Docker containers (Windows, Linux and macOS) or directly on the host (Windows, Linux and macOS). BYOC is available for hosted AppVeyor accounts and self-hosted AppVeyor Server installations.
While AppVeyor BYOC supports running builds on a host directly (aka “self-hosted agent”) it really shines at running builds on dynamically provisioned VMs. Creating VMs on demand has a number of advantages:
We are excited to announce that we’ve enabled BYOC for all open-source and paid accounts and added 5 self-hosted jobs free of charge. Now you can run up to 5 self-hosted jobs simultaneously on your own computer or in your cloud VMs.
Please note that charges for cloud VMs and other cloud resources will be applied directly to your cloud account bill.
To configure your own build environment select Self-hosted jobs in the top menu and click Add cloud. There is a wizard that will guide you through the process and give you commands based on your selection that should be run on your computer.
Read more about BYOC in our docs. Give it a try and let us know what you think!
Best regards,
AppVeyor team
Posted on September 05, 2019
Gitea is a fantastic self-hosted Git service! It’s free, open-source, very lightweight (a single file to download and run on any platform), feature-rich and has an extensive GitHub-like API. AppVeyor Server is a self-hosted CI/CD service which is also free, multi-platform and lightweight (absolutely no dependencies) - it’s a perfect CI/CD companion for your Gitea installation!
Until today, developers have been adding Gitea repositories in AppVeyor as “generic” Git projects thus missing essential CI/CD conveniences such as automatic builds triggering, private repositories, appveyor.yml
support, commit statuses and pull request builds.
Today we are thrilled to announce Gitea to extend AppVeyor family of built-in source control providers!
appveyor.yml
in the root of the repo. You can still configure on web UI too.Lightweight and easy-to-configure AppVeyor is a perfect CI/CD match for your Gitea installation.
Install AppVeyor on your favorite platform, connect to Gitea and enjoy your builds!
Best regards,
AppVeyor team
Posted on August 02, 2019
Since AppVeyor Server release in May we’ve received great feedback and recognized huge demand for AppVeyor for Mac.
Today we are proud to announce the availability of AppVeyor Server (on-premise) for Mac, free for unlimited projects, builds, clouds and agents. This officially makes AppVeyor the only CI/CD solution that offers both hosted service and multi-platform on-premise installation.
AppVeyor Server for Mac enables to run CI/CD workflows on macOS directly or inside Docker containers. It can be installed on your own Mac or a Mac hosted in a cloud (like MacStadium or macincloud) as a build server for your entire team. When installed on cloud-hosted Mac you can also run Windows and Linux builds on Azure, GCP or AWS.
AppVeyor Server for Mac can be installed in seconds with Homebrew:
brew tap appveyor/brew
brew install appveyor-server
brew services start appveyor-server
Once AppVeyor service is started open http://localhost:8050
in your browser to continue with AppVeyor setup.
Follow this guide to get your builds up and running on your Mac.
Install AppVeyor Server for Mac today and let us know what you think!
A new Bring Your Own Cloud (BYOC) feature is coming soon which will allow you connecting Mac to a hosted AppVeyor account or AppVeyor Server running on any platform. Imagine AppVeyor Server running on cheap $10 DigitalOcean Linux VM and running builds on your team Macs or Windows VMs provisioned on-demand on Azure!
We are also working on adding support for Parallels Desktop, VMWare Fusion and VirtualBox on Mac, so you’ll be able to safely test against various configurations (different macOS releases, XCode versions, etc.) in virtualized environments.
Best regards,
AppVeyor team
Posted on May 21, 2019
AppVeyor Server is a multi-platform, downloadable, lightweight and full-featured version of AppVeyor CI service.
You can use AppVeyor Server as a personal build engine on your desktop for testing build configurations before pushing them to upstream for hosted AppVeyor or you can install it on a cloud VM as a full-featured CI/CD server for your team.
Really… in minutes! No trial-wall, no “let’s talk” forms. Just download, install and use. AppVeyor Server is a lightweight app with no dependencies at all and it comes with a free license for unlimited clouds/projects/pipelines/agents. The UI and appveyor.yml are the same as in the hosted version and you can find thousands of examples in our docs or on GitHub.
Unlike other CI/CD solutions where a self-hosted agent has to be installed on a VM running 24/7, AppVeyor Server provisions a new clean isolated VM for every build and decommissions it when it’s done. Imagine running a build with 100 parallel jobs on 100 VMs and only having to pay for those minutes when the build is running. AppVeyor Server is the only CI/CD that allows such a scenario!
AppVeyor is the first CI/CD solution to solve the problem of build images - thanks to PowerShell, Chocolatey and Packer! It’s just a single command to create a master VM image with required software on it and connect to a cloud.
AppVeyor works great with Docker for Linux, but it really stands out from other CI solutions when it comes to Windows. AppVeyor Server provides the best support for mixed builds with Windows and Linux containers. Builds with Windows-only containers, Windows and Linux with LCOW and Linux-only containers - all of these are covered! Read more about Docker support with examples.
For larger teams we offer AppVeyor Server as a highly-available installation in Kubernetes that can be scaled horizontally on demand. We didn’t just take an old monolithic stateful codebase and squeeze it into Kubernetes, but rather, completely re-wrote AppVeyor Server to .NET Core with Docker-based architecture in mind. AppVeyor Kubernetes deployment has a minimum number of moving parts for smoother installation and maintenance.
Download, install and get excited as much as we are!
Enjoy!
Best regards,
AppVeyor team