mirror of https://github.com/openXC7/prjxray.git
17 lines
353 B
INI
17 lines
353 B
INI
build_file: "symbiflow-prjxray-db/.github/kokoro/database.sh"
|
|
|
|
timeout_mins: 10
|
|
|
|
action {
|
|
define_artifacts {
|
|
regex: "**/*result*.xml"
|
|
regex: "**/build/*.log"
|
|
regex: "**/logs/*.log"
|
|
regex: "**/logs/*.xml"
|
|
regex: "**/build/**"
|
|
regex: "**/diff.*"
|
|
regex: "**/database/**"
|
|
strip_prefix: "github/symbiflow-prjxray-db/"
|
|
}
|
|
}
|