VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/.azurepipelines/templates/basetools-build-steps.yml

Last change on this file was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 754 bytes
Line 
1## @file
2# File templates/basetools-build-job.yml
3#
4# template file to build basetools
5#
6# Copyright (c) Microsoft Corporation.
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8##
9parameters:
10 tool_chain_tag: ''
11
12steps:
13- task: CmdLine@1
14 displayName: Build Base Tools from source
15 inputs:
16 filename: python
17 arguments: BaseTools/Edk2ToolsBuild.py -t ${{ parameters.tool_chain_tag }}
18 condition: and(gt(variables.pkg_count, 0), succeeded())
19
20- task: CopyFiles@2
21 displayName: "Copy base tools build log"
22 inputs:
23 targetFolder: '$(Build.ArtifactStagingDirectory)'
24 SourceFolder: 'BaseTools/BaseToolsBuild'
25 contents: |
26 BASETOOLS_BUILD*.*
27 flattenFolders: true
28 condition: and(gt(variables.pkg_count, 0), succeededOrFailed())
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette