Page 1 of 1

Ansible script to build CEF for Windows in Azure

PostPosted: Fri Jan 22, 2021 12:23 pm
by RangelReale
Hello,

I created an Ansible script to build CEF in Azure. It provision a VM, install Visual Studio, downloads the CEF dependencies and code, builds CEF and uploads the binary distribution in blob storage.

The process takes about 4:30h using a 4-vcpu machine for setup and a 64-vcpu machine for building, with a Premium SSD hard disk.

Instructions and details on the README of the repo.

Contributions are welcome.

https://github.com/RangelReale/ansible-cef-build-windows

Re: Ansible script to build CEF for Windows in Azure

PostPosted: Fri Jan 22, 2021 1:33 pm
by magreenblatt
Nice! Thanks for sharing :)