Compare commits

...

2 commits
0.1.10 ... main

Author SHA1 Message Date
eae08d44a6
Release 0.1.12
All checks were successful
Run Tests on Code / run-tests (push) Successful in 1m6s
Build and Release Binary File / run-tests (push) Successful in 1m11s
Build and Release Binary File / build-linux (push) Successful in 3m37s
Build and Release Binary File / upload-release (push) Successful in 10s
2023-12-20 00:17:40 +01:00
42978587e3
Use rust-tauri docker image
Some checks failed
Run Tests on Code / run-tests (push) Successful in 1m25s
Build and Release Binary File / run-tests (push) Failing after 1m13s
Build and Release Binary File / upload-release (push) Has been skipped
Build and Release Binary File / build-linux (push) Has been skipped
2023-12-20 00:13:50 +01:00
4 changed files with 5 additions and 41 deletions

View file

@ -9,18 +9,8 @@ on:
jobs:
run-tests:
runs-on: docker
container: rust:latest
container: forgejo.neshweb.net/ci-docker-images/rust-tauri:latest
steps:
-
name: Installing Node and dependencies
run: |
apt update
apt install -y \
nodejs \
libwebkit2gtk-4.0-dev \
build-essential \
libgtk-3-dev \
libayatana-appindicator3-dev \
-
name: Add Clippy
run: rustup component add clippy
@ -59,7 +49,7 @@ jobs:
needs: run-tests
if: success()
runs-on: docker
container: rust:latest
container: forgejo.neshweb.net/ci-docker-images/rust-tauri:latest
steps:
-
name: Storing Debian Codename for Package Upload Job
@ -67,22 +57,6 @@ jobs:
. /etc/os-release
echo Debian Codename is: $VERSION_CODENAME
echo "DEBIAN_CODENAME=$VERSION_CODENAME" >> /build.env
-
name: Installing Node, NPM
run: |
apt update
apt install -y \
nodejs npm \
libwebkit2gtk-4.0-dev \
build-essential \
libgtk-3-dev \
libayatana-appindicator3-dev \
-
name: Installing Yarn, Vite
run: npm install --global yarn vite
-
name: Installing Tauri CLI
run: cargo install tauri-cli
-
name: Checking Out Repository Code
uses: https://code.forgejo.org/actions/checkout@v3

View file

@ -10,18 +10,8 @@ on:
jobs:
run-tests:
runs-on: docker
container: rust:latest
container: forgejo.neshweb.net/ci-docker-images/rust-tauri:latest
steps:
-
name: Installing Node and dependencies
run: |
apt update
apt install -y \
nodejs \
libwebkit2gtk-4.0-dev \
build-essential \
libgtk-3-dev \
libayatana-appindicator3-dev \
-
name: Add Clippy
run: rustup component add clippy

2
src-tauri/Cargo.lock generated
View file

@ -396,7 +396,7 @@ dependencies = [
[[package]]
name = "comicinfo-editor-v2"
version = "0.1.10"
version = "0.1.12"
dependencies = [
"quick-xml",
"serde",

View file

@ -1,6 +1,6 @@
[package]
name = "comicinfo-editor-v2"
version = "0.1.10"
version = "0.1.12"
description = "App for creating Comicinfo.xml files"
authors = ["Neshura"]
license = ""