1
0
Fork 0
mirror of synced 2024-06-01 18:19:46 +12:00

CLI but only normal

This commit is contained in:
Rafał Mikrut 2022-11-25 20:16:08 +01:00
parent af04f89c34
commit c074d184c0
2 changed files with 4 additions and 11 deletions

View file

@ -34,19 +34,12 @@ jobs:
- name: Install basic libraries
run: sudo apt-get update; sudo apt install libheif-dev -y
- name: Build Release Heif
run: cargo build --release --features heif --bin czkawka_cli
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0"
if: ${{ (matrix.type == 'release') && (matrix.toolchain == '1.63.0') }}
- name: Build Release
run: cargo build --release --bin czkawka_cli
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0"
if: ${{ (matrix.type == 'release') && (matrix.toolchain == 'stable') }}
if: ${{ (matrix.type == 'release') }}
- name: Store Linux CLI
uses: actions/upload-artifact@v3

View file

@ -35,14 +35,14 @@ jobs:
run: sudo apt-get update; sudo apt install libgtk-4-dev libheif-dev -y
- name: Build Release Heif
run: cargo build --release --features heif --bin czkawka_gui
run: cargo build --release --features heif
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0"
if: ${{ (matrix.type == 'release') && (matrix.toolchain == '1.63.0') }}
- name: Build Release
run: cargo build --release --bin czkawka_gui
run: cargo build --release
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0"
@ -81,7 +81,7 @@ jobs:
run: sudo apt-get update; sudo apt install libgtk-4-dev libheif-dev librsvg2-dev wget fuse libfuse2 -y
- name: Build Release
run: cargo build --release --bin czkawka_gui
run: cargo build --release
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0"