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

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