cipd.yaml 666 B

12345678910111213141516
  1. # Copyright 2017 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # To create CIPD package run the following command.
  5. # cipd create --pkg-def cipd.yaml -tag version:$(cat version.txt)
  6. package: chromium/third_party/jacoco
  7. description: Jacoco code coverage package
  8. data:
  9. - file: lib/jacocoagent.jar
  10. - file: lib/jacocoant.jar
  11. - file: lib/jacococli.jar
  12. - file: lib/org.jacoco.agent-0.8.3.201901230119.jar
  13. - file: lib/org.jacoco.ant-0.8.3.201901230119.jar
  14. - file: lib/org.jacoco.core-0.8.3.201901230119.jar
  15. - file: lib/org.jacoco.report-0.8.3.201901230119.jar