mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-18 22:53:16 +00:00
CI again
This commit is contained in:
parent
01a2b901b5
commit
f2eb870beb
2 changed files with 10 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -16,7 +16,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
targets: i686-pc-windows-gnu, x86_64-pc-windows-gnu
|
targets: i686-pc-windows-gnu, x86_64-pc-windows-gnu
|
||||||
- name: Install extra deps
|
- name: Install extra deps
|
||||||
run: sudo apt-get install gcc-mingw-w64-i686 gcc-mingw-w64
|
run: sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev gcc-mingw-w64-i686 gcc-mingw-w64
|
||||||
|
|
||||||
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Build ewext
|
- name: Build ewext
|
||||||
run: cargo build --release --target i686-pc-windows-gnu
|
run: cargo build --release --target i686-pc-windows-gnu
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
import tomllib
|
||||||
|
import os
|
||||||
|
from zipfile import ZipFile, ZIP_DEFLATED as COMPRESS_TYPE
|
||||||
|
import shutil
|
||||||
|
|
||||||
|
COMPRESS_LEVEL = 9
|
||||||
|
|
||||||
cargo_manifest = tomllib.load(open("noita-proxy/Cargo.toml", "rb"))
|
cargo_manifest = tomllib.load(open("noita-proxy/Cargo.toml", "rb"))
|
||||||
version = cargo_manifest["package"]["version"]
|
version = cargo_manifest["package"]["version"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue