Skip to content
Snippets Groups Projects
Verified Commit 282bc179 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: added pyo3 CI/CD

Including the execution of some simple tests.
parent 199667da
Branches
Tags
No related merge requests found
Pipeline #4007 passed
......@@ -56,6 +56,18 @@ build-wasm:
- frontends/web/lib
expire_in: 1 day
build-pyo3:
stage: build
parallel:
matrix:
- RUST_VERSION: ["1.74.0"]
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
- rustc --version
- cargo build --features python
- cargo build --release --features python
test-rust:
stage: test
parallel:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment