swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 052f28f9f638e21467464807615f245e4d371c70 authored by Wenqing Wang on 26 February 2021, 15:38:56 UTC
[MPL/Curve] Fixed a bug
Tip revision: 052f28f
test-artifacts.yml
.test-artifacts:
  artifacts:
    paths:
      - build/*/Tests/ctest.xml
      - build/*/Tests/testrunner.xml
      - build/*/make.output
      - build/*/*.zip
      - build/*/*.tar.gz
    expire_in: 1 week
    reports:
      junit:
        - build/*/Tests/testrunner.xml
back to top