Skip to content

Commit

Permalink
ci: test cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
yankun1992 committed Jul 20, 2023
1 parent a5b19ff commit d822eb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ env:
jobs:
cross:
strategy:
fail-fast: false
matrix:
# a list of all the targets
include:
- TARGET: x86_64-pc-windows-msvc
OS: windows-latest
- TARGET: x86_64-apple-darwin
OS: macos-latest
- TARGET: aarch64-apple-darwin
OS: macos-latest
runs-on: ${{ matrix.OS }}
Expand All @@ -45,6 +48,7 @@ jobs:
with:
name: result
path: out/fastbloomjvm/compileNative.dest/native/
- run: ls -R out/fastbloomjvm/compileNative.dest/native/
deploy:
needs: cross
runs-on: ubuntu-22.04
Expand Down

0 comments on commit d822eb4

Please sign in to comment.