Initial commit

Commit
This commit is contained in:
Ralf Zerres
2025-05-23 16:09:48 +02:00
parent 8335756109
commit aa80242275
75 changed files with 66335 additions and 2 deletions

22
.woodpecker/.cargo.yml Normal file
View File

@@ -0,0 +1,22 @@
workspace:
base: /rust
path: build/
matrix:
#RUST: [ stable, beta, nightly ]
RUST: stable
pipeline:
test:
image: rust
environment: [ CARGO_TERM_COLOR=always ]
when:
branch:
include: [ main, develop ]
platform: linux/amd64
commands:
- echo "deloy the rust toolchain"
- rustup default $RUST
- echo "install the multilingual version of mdBook"
- cargo install mdbook
- cargo check