windows.yml 801 B

123456789101112131415161718192021222324
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. win32-clang-cl/opt:
  5. description: "Clang-cl toolchain build"
  6. treeherder:
  7. kind: build
  8. platform: windows-2012-32/opt
  9. symbol: Cc(ClangCL)
  10. tier: 2
  11. worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
  12. worker:
  13. implementation: generic-worker
  14. max-run-time: 36000
  15. run:
  16. using: toolchain-script
  17. script: build-clang-windows.sh
  18. when:
  19. files-changed:
  20. - 'build/build-clang/**'
  21. - 'taskcluster/scripts/misc/build-clang-windows.sh'
  22. - 'taskcluster/taskgraph/transforms/job/toolchain.py'