verona Use Azure Pipeline Templates in our CI builds C++
We're proliferating builds with almost the exact same content but with different triggers, so we need different files. This doesn't scale.
One alternative is to use Azure Pipeline Templates, which could help us have a single build for each platform, use Matrix builds to select the options and Template expansion to provide the triggers.
I have no idea if it works at all, or how it works, but it would be nice if we could spend some time looking at it and reduce our CI repetition.
Asked Oct 08 '21 14:10
rengolin
2 Answer:
Example implementation: https://github.com/lsds/sgx-lkl/tree/oe_port/.azure-pipelines
1
Answered Aug 07 '20 at 10:20
rengolin
AnyBuild has added a few good examples and as we move into using it for more targets, this will become irrelevant.
1
Answered Jul 29 '21 at 11:28
rengolin
Read next
- Player : Settings of Media Player "Standard Layout" & Settings of "TV Layout" are conflicting - plex-media-player
- Error upgrading to 22.1.0 - Shell docker
- pipenv Problem with Pipfile and system specific packages - Python
- angular dismiss approved reviews on PR push for externals TypeScript
- Running Karafka consumer alongside sidekiq - Ruby karafka
- missing auto change address for BTC and forks - Swift unstoppable-wallet-ios
- Blue LED of Lolin D32 stays on after update of 4.2” display - ESP32-e-Paper-Weather-Display
- Previously passing tests now fail if they have missing expected calls. v1.4.4 -> v1.5.0 - mock