ci running
push
Branch:
feat/windows-support
9770374
Started: Jun 14, 2026 at 23:10 UTC
Duration: running...
Prepare
cached image
Set-ExecutionPolicy Bypass -Scope Process -Force; [Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco install -y git
choco install -y visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended"
choco install -y rustup.install
rustup default stable-x86_64-pc-windows-msvc
Pipeline validated with warnings
- step 'check': 'cache' is accepted but not yet implemented
- step 'test': 'cache' is accepted but not yet implemented
- step 'coverage': 'cache' is accepted but not yet implemented
- step 'clippy': 'cache' is accepted but not yet implemented
- step 'build-linux': 'cache' is accepted but not yet implemented
Jobs
Stage 1
Stage 2
passed
test
exit: 0
2m 5s
on carl
(linux/arm64)
cargo test 2>&1
depends on
check
passed
coverage
exit: 0
9m 13s
on carl
(linux/arm64)
rustup component add llvm-tools-preview
cargo install cargo-tarpaulin --version 0.32.7 2>&1
cargo tarpaulin --engine llvm --out lcov --output-dir coverage/ 2>&1
depends on
check
passed
clippy
exit: 0
1m 44s
on carl
(linux/arm64)
rustup component add clippy
cargo clippy --all-targets -- -D warnings 2>&1
depends on
check