matheusgomes28/base64pp

Add Windows Build & Tests To Pipeline

Closed this issue · 1 comments

We're currently only building for Ubuntu 18.04 in the pipeline. Would be ideal to build on MSVC compilers to catch other potential errors and bugs.

TODOS:

  • Figure out what image to use. These are the azure available ones. 💻
  • Create Windows build stage. 🪟
  • Use chocolatey to install conan on pipeline. 🍫
  • Create Windows test stage. 🧪

Figure out what image to use. These are the azure available ones. 💻

Using the windows-2022 image. Comes with vs2022, cmake and chocolatey to install other stuff like conan.