Add commented-out Infer# job to GitLab CI config

https://github.com/microsoft/infersharp doesn't seem to produce any meaningful
output for BizHawk assemblies, will try again when it's fully implemented
This commit is contained in:
YoshiRulz 2021-03-31 05:27:36 +10:00
parent 5743b0257d
commit 5f125b7cd6
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 17 additions and 0 deletions

View File

@ -50,6 +50,23 @@ check_style:
- Dist/BuildRelease.sh -p:MachineRunAnalyzersDuringBuild=true || Dist/BuildRelease.sh -p:MachineRunAnalyzersDuringBuild=true
stage: test
#infersharp:
# artifacts:
# paths:
# - infer-out/*
# image: mcr.microsoft.com/infersharp:v1.0
# needs:
# - job: build
# rules:
# - if: '$CI_PIPELINE_SOURCE == "schedule"'
# when: always
# script:
# - mkdir "infer-in"
# - find output -name "BizHawk.*.dll" -exec cp "{}" "infer-in" \;
# - cp "output/EmuHawk.exe" "infer-in"
# - /app/run_infersharp.sh "infer-in"
# stage: test
.package_linux_x64:
artifacts:
expire_in: "1 month"