generated from PlexSheep/baserepo
ci pipeline >:( #37
|
@ -14,15 +14,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- run: cargo check --all-features --all-targets
|
- uses: katyo/publish-crates@v2
|
||||||
- run: rustup component add rustfmt
|
with:
|
||||||
- run: cargo fix --all-features --all-targets
|
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git"
|
||||||
- run: cargo fmt --all
|
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
|
||||||
- run: cargo test --all-features --all-targets
|
# - uses: katyo/publish-crates@v2
|
||||||
- run: |
|
# with:
|
||||||
for CRATE in {libpt-log,libpt-core,libpt-math,libpt-ccc,libpt-bintols,libpt-hedu,libpt-net,libpt-bin,libpt}; do
|
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||||
cargo publish \
|
|
||||||
--index "https://git.cscherr.de/PlexSheep/_cargo-index.git" \
|
|
||||||
-p $CRATE
|
|
||||||
;
|
|
||||||
done
|
|
||||||
|
|
Reference in New Issue