Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build Release
if: ${{ github.ref == 'refs/heads/master' }}
run: |
sed -i 's/#lto = "thin"/lto = "thin"/g' Cargo.toml
sed -i 's/#lto = /lto = /g' Cargo.toml

echo "VERS=release" >> $GITHUB_ENV

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Build Release
if: ${{ github.ref == 'refs/heads/master' }}
run: |
sed -i 's/#lto = "thin"/lto = "thin"/g' Cargo.toml
sed -i 's/#lto = /lto = /g' Cargo.toml
cargo build --release --bin czkawka_cli --target x86_64-unknown-linux-musl

mv target/x86_64-unknown-linux-musl/release/czkawka_cli linux_czkawka_cli_musl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Compile Krokiet Release
if: ${{ github.ref == 'refs/heads/master' }}
run: |
sed -i 's/#lto = "thin"/lto = "thin"/g' Cargo.toml
sed -i 's/#lto = /lto = /g' Cargo.toml
cargo build --release --target x86_64-pc-windows-gnu --bin krokiet
mv target/x86_64-pc-windows-gnu/release/krokiet.exe windows_krokiet_on_linux.exe

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
# - name: Compile Krokiet Release
# if: ${{ github.ref == 'refs/heads/master' }}
# run: |
# sed -i 's/#lto = "thin"/lto = "thin"/g' Cargo.toml
# sed -i 's/#lto = /lto = /g' Cargo.toml
# cargo build --release --bin krokiet --no-default-features --features "winit_skia_opengl,winit_software"
# mv target/release/krokiet.exe windows_krokiet_on_windows_skia_opengl.exe
# cargo build --release --bin krokiet --no-default-features --features "winit_skia_vulkan,winit_software"
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ benchmarks
TestFiles
*.txt
.venv
charts
charts*
Loading
Loading