summaryrefslogtreecommitdiff
path: root/.cirrus.yml
blob: eed71be526ab831993c40e1f265fe771df2cf5ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
freebsd_instance:
  image_family: freebsd-13-0-snap

test_task:
  only_if: "$CIRRUS_BRANCH == 'main' || $CIRRUS_PR != ''"
  skip: "!changesInclude('.cirrus.yml', '**.py', 'pyproject.toml', 'setup.*')"

  pip_cache:
    folder: ~/.cache/pip

  install_script:
    - pkg install -y py38-sqlite3
    - python3.8 -m ensurepip
    - pip3 install .[test]
  script: pytest