Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

[azure-pipelines] add vcpkg pipelines #151

Open Raffaello opened 4 years ago

Raffaello commented 4 years ago

updates:

Raffaello commented 4 years ago

after some consideration and extra complication for the triggered pipeline to use the right branch. there is also no need to triggers the other pipeline after the vcpkg pipeline building dependencies.

at the end is the same number of steps, except for the analyze pipeline (1 extra same vcpkg macos dep stage), than running one full vcpkg pipeline before.

In the current way, each pipeline is self-dependent with dependencies too.

in the new way, would be just enough to download the artificat, in case it doesn't exists should be trigger the vcpkg build.

there is no too much reason to do this extra effort at the moment, also because it might overcomplicate this CI pipelines....

just trying for a little while now.. but i won't merge it i think...

Raffaello commented 4 years ago

i think is not triggered because is the default master branch yml file used with the triggering pipeline, so i should merge to test if it is triggered.

but as i considered, i don't want at the end in this way.