Skip to content

Commit

Permalink
chore: added pyo3 CI/CD
Browse files Browse the repository at this point in the history
Including the execution of some simple tests.
  • Loading branch information
joamag committed Feb 18, 2024
1 parent 199667d commit 282bc17
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 282bc17

Please sign in to comment.