Skip to content

Commit

Permalink
Add annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Jul 30, 2019
1 parent d13fa86 commit 470a97d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
image: alpine/edge
packages:
- python3
secrets:
- 88b90083-3598-4b5d-b3dd-3861add21a7d
sources:
- https://git.sr.ht/~ihabunek/toot
- https://git.sr.ht/~ihabunek/annotatepy
tasks:
- deps: |
pip3 install --user --progress-bar off jedi
cd annotatepy
pip3 install --user -e .
- annotate: |
cd toot
/home/build/.local/bin/annotatepy toot -o annotations.json
cat annotations.json
../upload-annotations annotations.json ihabunek toot
- annotate: |
cd annotatepy
python3 setup.py install --user
cd ../toot
~/.local/bin/annotatepy toot > annotations.json
../upload-annotations annotations.json ihabunek toot

0 comments on commit 470a97d

Please sign in to comment.