mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 12:51:48 +08:00
GT-3099: ci update
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
stages:
|
||||||
|
- test
|
||||||
|
|
||||||
|
test-parallel:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- echo $REPO_TOKEN
|
||||||
|
- "curl -X POST -F token=$REPO_TOKEN -F ref=$CI_COMMIT_REF_NAME $REPO_URL"
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
- ghidratest
|
||||||
|
image: ghidra/ubuntu
|
||||||
|
only:
|
||||||
|
- master
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
##VERSION: 2.0
|
##VERSION: 2.0
|
||||||
.gitattributes||GHIDRA|exclude|||END|
|
.gitattributes||GHIDRA|exclude|||END|
|
||||||
.gitignore||GHIDRA|exclude|||END|
|
.gitignore||GHIDRA|exclude|||END|
|
||||||
|
.gitlab-ci.yml||GHIDRA||||END|
|
||||||
CONTRIBUTING.md||GHIDRA||||END|
|
CONTRIBUTING.md||GHIDRA||||END|
|
||||||
DISCLAIMER.md||GHIDRA||||END|
|
DISCLAIMER.md||GHIDRA||||END|
|
||||||
DevGuide.md||GHIDRA||||END|
|
DevGuide.md||GHIDRA||||END|
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ def Map<String, Map<String, Long>> getTestReport() {
|
|||||||
if(!classesReportDir.exists()) {
|
if(!classesReportDir.exists()) {
|
||||||
logger.info("getTestReport: The path '$testTimeParserInputDir' does not exist on the file system." +
|
logger.info("getTestReport: The path '$testTimeParserInputDir' does not exist on the file system." +
|
||||||
" Returning empty testReport map.")
|
" Returning empty testReport map.")
|
||||||
return Collections.emptyList();
|
return Collections.emptyMap();
|
||||||
}
|
}
|
||||||
|
|
||||||
// These are the configuration 'buckets' that each test class will be dumped
|
// These are the configuration 'buckets' that each test class will be dumped
|
||||||
|
|||||||
Reference in New Issue
Block a user