Skip to content

Commit

Permalink
release: windows auto build
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Nov 29, 2022
1 parent e9fc0d8 commit 67ea0ce
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/scripts/pre-release.sh

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
release-apple-darwin:
name: release apple-darwin
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:
Expand All @@ -46,3 +47,26 @@ jobs:
SRC_DIR: "rinex-cli"
ARCHIVE_TYPES: ${{ matrix.archive }}
TOOLCHAIN_VERSION: stable
release-linux-musl:
name: release linux-musl
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:
include:
- target: x86_64-unknown-linux-musl
archive: tar.gz
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PKG_CONFIG_PATH: "/usr/lib/x86-64_linux-gnu/pkgconfig/fontconfig.pc"
with:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "rinex-cli/README.md LICENSE-APACHE LICENSE-MIT"
SRC_DIR: "rinex-cli"
ARCHIVE_TYPES: ${{ matrix.archive }}
TOOLCHAIN_VERSION: stable

0 comments on commit 67ea0ce

Please sign in to comment.