mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 21:30:41 +00:00
Fixup build scripts
This commit is contained in:
parent
422f6df5d8
commit
ecf9dd42c5
3 changed files with 8 additions and 2 deletions
3
.github/workflows/rust-clippy.yml
vendored
3
.github/workflows/rust-clippy.yml
vendored
|
|
@ -40,6 +40,9 @@ jobs:
|
||||||
- name: Install required cargo
|
- name: Install required cargo
|
||||||
run: cargo install clippy-sarif sarif-fmt
|
run: cargo install clippy-sarif sarif-fmt
|
||||||
|
|
||||||
|
- name: Patch target path
|
||||||
|
run: rm .cargo/config.toml
|
||||||
|
|
||||||
- name: Run rust-clippy
|
- name: Run rust-clippy
|
||||||
run:
|
run:
|
||||||
cargo clippy
|
cargo clippy
|
||||||
|
|
|
||||||
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
|
@ -16,7 +16,12 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Patch target path
|
||||||
|
run: rm .cargo/config.toml
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
[](https://repl.it/github/openflowlabs/libips)
|
|
||||||
|
|
||||||
# Image Packaging System for illumos
|
# Image Packaging System for illumos
|
||||||
|
|
||||||
## libips
|
## libips
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue