Compare commits

...

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

1 changed files with 7 additions and 5 deletions

View File

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