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:
parent
5743b0257d
commit
5f125b7cd6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue