aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 7080980dd29cf1b97eda066d563a1de18f18d82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: alpine/latest
packages:
  - python3
sources:
  - https://git.sr.ht/~boringcactus/crowbar-reference-compiler
tasks:
  - setup: |
      pip install poetry
      poetry config virtualenvs.create false
      cd crowbar-reference-compiler
      poetry install
  - test: |
      cd crowbar-reference-compiler
      poetry run mypy -p crowbar_reference_compiler
      poetry run python -m unittest