mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 10:31:56 +00:00
20 lines
486 B
YAML
20 lines
486 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: "3.13"
|
|
rust: "1.86"
|
|
jobs:
|
|
pre_create_environment:
|
|
- asdf plugin add poetry
|
|
- asdf install poetry latest
|
|
- asdf global poetry latest
|
|
- asdf plugin add just
|
|
- asdf install just latest
|
|
- asdf global just latest
|
|
create_environment:
|
|
- poetry install --with dev,docs
|
|
install:
|
|
- PATH="$PATH:$HOME/.asdf/installs/rust/1.86.0/bin" just docs html_out $READTHEDOCS_OUTPUT
|