mirror of
https://github.com/isledecomp/isle.git
synced 2026-05-01 20:23:56 +00:00
Aggregate CI fixes
This commit is contained in:
parent
919ede5428
commit
d96d25ebbc
1
.github/workflows/compare.yml
vendored
1
.github/workflows/compare.yml
vendored
@ -52,6 +52,7 @@ jobs:
|
|||||||
needs: [fetch-deps, reccmp]
|
needs: [fetch-deps, reccmp]
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
job: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
|
job: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
|
||||||
builds:
|
builds:
|
||||||
|
|||||||
@ -21,9 +21,10 @@ foreach($a in $artifacts) {
|
|||||||
|
|
||||||
foreach($i in $build_ids) {
|
foreach($i in $build_ids) {
|
||||||
$params = @{
|
$params = @{
|
||||||
FilePath = "reccmp-reccmp"
|
FilePath = "python"
|
||||||
PassThru = $null
|
PassThru = $null
|
||||||
ArgumentList = @(
|
ArgumentList = @(
|
||||||
|
"-m", "reccmp.tools.asmcmp",
|
||||||
"--paths",
|
"--paths",
|
||||||
$("legobin/" + $a["binfile"]),
|
$("legobin/" + $a["binfile"]),
|
||||||
$($build_dirs[$i] + "/" + $a["binfile"]),
|
$($build_dirs[$i] + "/" + $a["binfile"]),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user