Skip to content

Commit

Permalink
AF
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Oct 5, 2020
1 parent fb0e769 commit c55a8d5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
target
key: ${{ matrix.os }}-cargo-check-test-${{ matrix.toolchain }}-${{ matrix.type }}-${{ hashFiles('**/Cargo.lock') }}

- name: Install Gtk, Mingw, unzip and wget
run: sudo apt-get update; sudo apt install mingw-w64 libgtk-3-dev unzip wget -y
- name: Install Gtk, Mingw, unzip, zip and wget
run: sudo apt-get update; sudo apt install mingw-w64 libgtk-3-dev unzip wget zip -y
if: ${{ runner.os == 'Linux' }}

# - name: Build Debug
Expand Down Expand Up @@ -75,6 +75,8 @@ jobs:
cp -r $GTK_LIBRARY/share/icons/* $GTK_APP/share/icons
mkdir $GTK_APP/lib
cp -r $GTK_LIBRARY/lib/gdk-pixbuf-2.0 $GTK_APP/lib
zip -r gtk_app.zip $GTK_APP
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0 -D warnings"
Expand Down Expand Up @@ -138,14 +140,11 @@ jobs:
# path: target/release/czkawka_gui
# if: ${{ runner.os == 'Linux' && matrix.type == 'release'}}

- name: RR
run: ls -al

- name: Store Czkawka Windows GUI CrossComplile
uses: actions/upload-artifact@v2
with:
name: czkawka_gui-${{ runner.os }}-${{ matrix.toolchain }}
path: gtk_app
path: gtk_app.zip
if: ${{ runner.os == 'Linux' && matrix.type == 'release'}}

# - name: Store Czkawka GUI Orbtk
Expand Down

0 comments on commit c55a8d5

Please sign in to comment.