mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GT-3099: ci update
This commit is contained in:
parent
c1ae0d6971
commit
c97da26911
3 changed files with 16 additions and 1 deletions
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue