ArcExplorer icon indicating copy to clipboard operation
ArcExplorer copied to clipboard

Create builds using github actions

Open ScanMountGoat opened this issue 3 years ago • 1 comments

Improving the compatibility for windows and linux binaries will require building through github actions. This avoids issues with native dependencies using newer Rust runtime components like glibc that may not work with some operating systems.

  • [x] SmashArcNet submodule
  • [x] Properly copy dll/so files to build directory for ArcExplorer
  • [ ] Build windows with github actions
  • [ ] Build linux with github actions
  • [ ] Build macos with github actions

ScanMountGoat avatar Jun 30 '21 19:06 ScanMountGoat

It should just be a matter of figuring out the command line arguments to dotnet to publish to a single trimmed executable and create the github action. https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

ScanMountGoat avatar Mar 13 '22 19:03 ScanMountGoat