Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Oct 6, 2024
1 parent 68f1773 commit d1d8e36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 28 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,21 @@ jobs:
# # TODO - compilation is broken, not sure why
# - name: Build Release Heif
# run: cargo build --release --features heif
# if: ${{ matrix.type == 'release'}}
#
# - name: Store MacOS CLI Heif
# uses: actions/upload-artifact@v4
# with:
# name: czkawka_cli-${{ runner.os }}-heif
# path: target/release/czkawka_cli
#
#
# - name: Store MacOS GUI Heif
# uses: actions/upload-artifact@v4
# with:
# name: czkawka_gui-${{ runner.os }}-heif
# path: target/release/czkawka_gui
#
#
# - name: Store MacOS Krokiet Heif
# uses: actions/upload-artifact@v4
# with:
# name: krokiet-${{ runner.os }}-heif
# path: target/release/krokiet
#
# path: target/release/krokiet
2 changes: 1 addition & 1 deletion .github/workflows/minimial_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
linux-cli:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down
28 changes: 6 additions & 22 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ env:

jobs:
krokiet-compiled-on-linux:
strategy:
fail-fast: false
matrix:
use_heif: [ normal ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -39,7 +35,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: krokiet-windows-c-on-linux-${{ github.sha }}-${{ matrix.use_heif }}
name: krokiet-windows-c-on-linux-${{ github.sha }}
path: |
target/x86_64-pc-windows-gnu/release/krokiet.exe
if-no-files-found: error
Expand All @@ -59,7 +55,7 @@ jobs:
- name: Upload artifacts Console
uses: actions/upload-artifact@v4
with:
name: krokiet-windows-c-on-linux-${{ github.sha }}-${{ matrix.use_heif }}-console
name: krokiet-windows-c-on-linux-${{ github.sha }}-console
path: |
target/x86_64-pc-windows-gnu/release/krokiet.exe
if-no-files-found: error
Expand All @@ -78,10 +74,6 @@ jobs:
token: ${{ secrets.PAT_REPOSITORY }}

krokiet-compiled-on-windows:
strategy:
fail-fast: false
matrix:
use_heif: [ normal ]
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -104,7 +96,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: krokiet-windows-c-on-windows-${{ github.sha }}-${{ matrix.use_heif }}
name: krokiet-windows-c-on-windows-${{ github.sha }}
path: |
target/release/krokiet.exe
if-no-files-found: error
Expand All @@ -124,7 +116,7 @@ jobs:
- name: Upload artifacts Console
uses: actions/upload-artifact@v4
with:
name: krokiet-windows-c-on-windows-${{ github.sha }}-${{ matrix.use_heif }}-console
name: krokiet-windows-c-on-windows-${{ github.sha }}-console
path: |
target/release/krokiet.exe
if-no-files-found: error
Expand All @@ -143,10 +135,6 @@ jobs:
token: ${{ secrets.PAT_REPOSITORY }}

container_4_10:
strategy:
fail-fast: false
matrix:
use_heif: [ non_heif ]
runs-on: ubuntu-latest
container:
image: ghcr.io/mglolenstine/gtk4-cross:gtk-4.10
Expand Down Expand Up @@ -196,7 +184,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: czkawka-windows-${{ github.sha }}-${{ matrix.use_heif }}-4.10
name: czkawka-windows-${{ github.sha }}-4.10
path: |
./package
if-no-files-found: error
Expand All @@ -213,10 +201,6 @@ jobs:
token: ${{ secrets.PAT_REPOSITORY }}

container_4_6:
strategy:
fail-fast: false
matrix:
use_heif: [ non_heif ]
runs-on: ubuntu-latest
container:
image: ghcr.io/piegamesde/gtk4-cross:gtk-4.6
Expand Down Expand Up @@ -266,7 +250,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: czkawka-windows-${{ github.sha }}-${{ matrix.use_heif }}-4.6
name: czkawka-windows-${{ github.sha }}-4.6
path: |
./package
if-no-files-found: error
Expand Down

0 comments on commit d1d8e36

Please sign in to comment.