Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Sep 30, 2023
1 parent dc6e2f5 commit 8333382
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
cargo install cargo-deb
cargo deb -v -p martin --output target/debian/debian-x86_64.deb
mv target/debian/debian-x86_64.deb target_releases
elif [[ "${{ runner.os }}" == "windows" ]]; then
export RUSTFLAGS='-C strip=debuginfo'
cargo build --release --target ${{ matrix.target }} --package martin-mbtiles
mv target/${{ matrix.target }}/release/mbtiles${{ matrix.ext }} target_releases
cargo build --release --target ${{ matrix.target }} --package martin --features=ssl
mv target/${{ matrix.target }}/release/martin${{ matrix.ext }} target_releases
else
rustup target add "${{ matrix.target }}"
export RUSTFLAGS='-C strip=debuginfo'
Expand Down

0 comments on commit 8333382

Please sign in to comment.