mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Try CI for macos
This commit is contained in:
parent
462a76b5f6
commit
984877dce8
3 changed files with 32 additions and 0 deletions
22
.github/workflows/release.yml
vendored
22
.github/workflows/release.yml
vendored
|
@ -59,6 +59,28 @@ jobs:
|
|||
name: noita-proxy-linux.zip
|
||||
path: target/noita-proxy-linux.zip
|
||||
|
||||
build-proxy-macos:
|
||||
name: Build proxy for macos
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: noita-proxy -> target
|
||||
|
||||
- name: Build Linux proxy release
|
||||
run: cargo build --release
|
||||
working-directory: ./noita-proxy
|
||||
|
||||
- name: Create archives
|
||||
run: python scripts/ci_make_archives.py macos
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: noita-proxy-macos-arm64.zip
|
||||
path: target/noita-proxy-macos.zip
|
||||
|
||||
build-proxy-windows:
|
||||
name: Build proxy for windows
|
||||
runs-on: windows-2019
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue