Skip to content

dethrace-labs/reccmp-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reccmp-action

Executes MSVC 4.2 and reccmp useful for decomp projects.

Example usage

- uses: dethrace-labs/reccmp-action@main
  name: Run reccmp
  with:
    cmake_flags: -G Ninja -DCMAKE_BUILD_TYPE=Debug -DMSVC_42_FOR_RECCMP=on
    target: CARM95
    diff_report_filename: ${{ github.workspace}}/reccmp-report-report.json
    report_filename: ${{ github.workspace}}/new-reccmp-report.json
    original_binary_url: https://archive.org/download/carm-95/CARM95.EXE
    original_binary_filename: CARM95.EXE
    reccmp_output_filename: ${{ github.workspace}}/reccmp-output.txt

See https://github.com/dethrace-labs/dethrace/blob/main/.github/workflows/workflow.yaml

About

Runs reccmp compare action

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors