Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Dec 16, 2024
1 parent 3cd2ace commit 51e17bd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ jobs:
os: macos-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: aarch64-pc-windows-msvc
os: windows-latest
- target: x86_64-pc-windows-msvc
os: windows-latest
- target: arm64ec-pc-windows-msvc
os: windows-latest
target:
- armv7-linux-androideabi
- armv7-unknown-linux-gnueabihf
Expand Down Expand Up @@ -102,13 +110,23 @@ jobs:
with:
command: test
target: ${{ matrix.target }}
args: --locked

- uses: houseabsolute/actions-rust-cross@v0
if: startsWith(github.ref, 'refs/tags/')
with:
command: build
target: ${{ matrix.target }}
args: --release
args: --release --locked

- name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
with:
executable-name: gping
target: ${{ matrix.platform.target }}



- name: Package
if: startsWith(github.ref, 'refs/tags/')
shell: bash
Expand Down

0 comments on commit 51e17bd

Please sign in to comment.