Compare commits

...

No commits in common. "49daea0d3d32814527a33267d0e52b17a0e8de99" and "0125135f3323f3b802fb2fc4ccc474eb0ee8207b" have entirely different histories.

1 changed files with 5 additions and 7 deletions

View File

@ -5,12 +5,8 @@ steps:
- name: build that shit
image: python:buster
commands:
- |
apt update && apt install --no-install-recommends -y \
chrpath \
libfuse-dev \
libglib2.0-0 \
ccache
- apt update
- apt install -yq fuse libfuse2 libfuse-dev chrpath libglib2.0-0
- python3 -m pip install -U pip wheel setuptools nuitka poetry
- python3 -m poetry export > requirements.txt
- python3 -m pip install -r requirements.txt
@ -23,7 +19,9 @@ steps:
--follow-imports \
--show-progress \
--prefer-source-code \
--remove-output \
--output-dir /drone/src \
-o /drone/src/pyabra \
/drone/src/pyabra.py
- name: release that shit
@ -32,4 +30,4 @@ steps:
api_key:
from_secret: decentral1se_apikey
base_url: https://git.autonomic.zone
files: /drone/src/pyabra.bin
files: /drone/src/pyabra