Further fix test execution on GitLab CI
This commit is contained in:
parent
afb0b8a435
commit
b1207b9c2c
|
@ -189,9 +189,8 @@ run_tests:
|
||||||
- job: build_asms_release
|
- job: build_asms_release
|
||||||
artifacts: false
|
artifacts: false
|
||||||
script:
|
script:
|
||||||
- cd src/BizHawk.Version
|
- Dist/BuildDebug.sh # populate output
|
||||||
- dotnet build -c Release # configuration doesn't really matter as the assembly is empty
|
- Dist/BuildTestRelease.sh
|
||||||
- ../../Dist/BuildTestRelease.sh
|
|
||||||
stage: test
|
stage: test
|
||||||
|
|
||||||
.disabled_job_sast:
|
.disabled_job_sast:
|
||||||
|
|
Loading…
Reference in New Issue