mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-08 20:45:29 +00:00
Merge pull request #387 from xgdgsc/feat/winarm
This commit is contained in:
commit
d5e97a8ed9
6
.github/workflows/build-and-test.yml
vendored
6
.github/workflows/build-and-test.yml
vendored
@ -43,6 +43,11 @@ jobs:
|
|||||||
os: windows-latest
|
os: windows-latest
|
||||||
ext: .exe
|
ext: .exe
|
||||||
|
|
||||||
|
- target: aarch64-pc-windows-msvc
|
||||||
|
os: windows-latest
|
||||||
|
ext: .exe
|
||||||
|
skip-test: true
|
||||||
|
|
||||||
- target: x86_64-unknown-linux-gnu
|
- target: x86_64-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
|
||||||
@ -79,6 +84,7 @@ jobs:
|
|||||||
rustup toolchain install stable nightly --profile minimal -t ${{ matrix.target }}
|
rustup toolchain install stable nightly --profile minimal -t ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Test on stable
|
- name: Test on stable
|
||||||
|
if: ${{ ! matrix.skip-test }}
|
||||||
run: |
|
run: |
|
||||||
${{ env.CARGO }} +stable test --target ${{ matrix.target }} $EXTRA_CARGO_FLAGS
|
${{ env.CARGO }} +stable test --target ${{ matrix.target }} $EXTRA_CARGO_FLAGS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user