Ubuntu-GCC5.yml 763 B

1234567891011121314151617181920212223242526
  1. ## @file
  2. # Azure Pipeline build file for a build using ubuntu and GCC5
  3. #
  4. # Copyright (c) Microsoft Corporation.
  5. # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
  6. # Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. ##
  9. trigger:
  10. - master
  11. - stable/*
  12. pr:
  13. - master
  14. - stable/*
  15. variables:
  16. - template: templates/defaults.yml
  17. jobs:
  18. - template: templates/pr-gate-build-job.yml
  19. parameters:
  20. tool_chain_tag: 'GCC5'
  21. vm_image: 'ubuntu-22.04'
  22. container: ${{ variables.default_linux_image }}
  23. arch_list: "IA32,X64,ARM,AARCH64,RISCV64,LOONGARCH64"
  24. usePythonVersion: '' # use Python from the container image