mirror of
https://github.com/isledecomp/isle.git
synced 2026-05-01 12:13:57 +00:00
Aggregate CI fixes (#1753)
Some checks failed
Analyze / ${{ matrix.who }} annotations (CONFIG) (push) Has been cancelled
Analyze / ${{ matrix.who }} annotations (ISLE) (push) Has been cancelled
Analyze / ${{ matrix.who }} annotations (LEGO1) (push) Has been cancelled
Build / Download original binaries (push) Has been cancelled
Build / Current ${{ matrix.toolchain.name }} (map[name:MSVC setup-cmake:true setup-msvc:true setup-ninja:true shell:sh]) (push) Has been cancelled
Build / MSVC 4.20 (push) Has been cancelled
Build / MSVC 4.20 (BETA10) (push) Has been cancelled
Format / C++ (push) Has been cancelled
Naming / C++ (push) Has been cancelled
Build / Verify decomp (push) Has been cancelled
Build / Upload artifacts (push) Has been cancelled
Some checks failed
Analyze / ${{ matrix.who }} annotations (CONFIG) (push) Has been cancelled
Analyze / ${{ matrix.who }} annotations (ISLE) (push) Has been cancelled
Analyze / ${{ matrix.who }} annotations (LEGO1) (push) Has been cancelled
Build / Download original binaries (push) Has been cancelled
Build / Current ${{ matrix.toolchain.name }} (map[name:MSVC setup-cmake:true setup-msvc:true setup-ninja:true shell:sh]) (push) Has been cancelled
Build / MSVC 4.20 (push) Has been cancelled
Build / MSVC 4.20 (BETA10) (push) Has been cancelled
Format / C++ (push) Has been cancelled
Naming / C++ (push) Has been cancelled
Build / Verify decomp (push) Has been cancelled
Build / Upload artifacts (push) Has been cancelled
This commit is contained in:
parent
919ede5428
commit
2c7a7d2f2c
1
.github/workflows/compare.yml
vendored
1
.github/workflows/compare.yml
vendored
@ -52,6 +52,7 @@ jobs:
|
||||
needs: [fetch-deps, reccmp]
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
job: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
|
||||
builds:
|
||||
|
||||
@ -21,9 +21,10 @@ foreach($a in $artifacts) {
|
||||
|
||||
foreach($i in $build_ids) {
|
||||
$params = @{
|
||||
FilePath = "reccmp-reccmp"
|
||||
FilePath = "python"
|
||||
PassThru = $null
|
||||
ArgumentList = @(
|
||||
"-m", "reccmp.tools.asmcmp",
|
||||
"--paths",
|
||||
$("legobin/" + $a["binfile"]),
|
||||
$($build_dirs[$i] + "/" + $a["binfile"]),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user