mirror of
https://github.com/ihabunek/toot.git
synced 2025-06-30 22:18:36 -04:00
Add annotations
This commit is contained in:
parent
d13fa8685b
commit
470a97da58
26
.build.yml
Normal file
26
.build.yml
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user