mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-08 21:18:31 -04:00
parent
43121ce2ea
commit
8556a7ca0e
16 changed files with 676 additions and 82 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
target:
|
||||
- x86_64-unknown-linux-gnu
|
||||
- aarch64-unknown-linux-gnu
|
||||
- arm-unknown-linux-gnueabihf
|
||||
- armv7-unknown-linux-gnueabihf
|
||||
|
@ -54,7 +55,13 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --target ${{ matrix.target }}
|
||||
args: --target ${{ matrix.target }} --release
|
||||
|
||||
- name: Archive rupsc binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: rupsc-${{ matrix.target }}
|
||||
path: target/${{ matrix.target }}/release/rupsc
|
||||
|
||||
test:
|
||||
name: Test Suite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue