nettle-sys 2.3.1

Low-level Rust bindings for the Nettle cryptographic library
Documentation
stages:
  - pre-check
  - build
  - test
  - deploy


include:
  - component: "gitlab.com/sequoia-pgp/common-ci/sequoia-pipeline@main"

variables:
  NO_SEQUOIA_CRYPTO: true
  RUN_WINDOWS: false

pages:
  stage: deploy
  script:
    - cargo doc
    - mv target/doc public
    - cp docs/index.html public/
  artifacts:
    paths:
      - public
  only:
    - main