diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000..b7544a3749 --- /dev/null +++ b/.gitlab-ci.yml @@ -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 diff --git a/certification.local.manifest b/certification.local.manifest index fd2a0e0883..04e940d4ec 100644 --- a/certification.local.manifest +++ b/certification.local.manifest @@ -1,6 +1,7 @@ ##VERSION: 2.0 .gitattributes||GHIDRA|exclude|||END| .gitignore||GHIDRA|exclude|||END| +.gitlab-ci.yml||GHIDRA||||END| CONTRIBUTING.md||GHIDRA||||END| DISCLAIMER.md||GHIDRA||||END| DevGuide.md||GHIDRA||||END| diff --git a/gradle/support/testUtils.gradle b/gradle/support/testUtils.gradle index a3f68ba620..45dad3f85f 100644 --- a/gradle/support/testUtils.gradle +++ b/gradle/support/testUtils.gradle @@ -89,7 +89,7 @@ def Map> getTestReport() { if(!classesReportDir.exists()) { logger.info("getTestReport: The path '$testTimeParserInputDir' does not exist on the file system." + " Returning empty testReport map.") - return Collections.emptyList(); + return Collections.emptyMap(); } // These are the configuration 'buckets' that each test class will be dumped