Compare commits

...

No commits in common. "fe82bcf9b164beb6c9716945b65ed0658ad2db64" and "7616a1ff408972eb8933f3bb3816dcfe15295648" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View File

@ -5,8 +5,9 @@ steps:
- name: build that shit
image: python:buster
commands:
- apt update && apt install -yq fuse libfuse2 libfuse-dev nuitka
- python3 -m pip install -U pip wheel setuptools nuitka
- apt update && apt install -yq fuse libfuse2 libfuse-dev
- python3 -m pip install -U pip wheel setuptools nuitka poetry
- python3 -m poetry export > requirements.txt && python3 -m pip install -r requirements.txt
- python3 -m nuitka --standalone --onefile --assume-yes-for-downloads --plugin-enable=anti-bloat --follow-imports ./pyabra.py
- name: release that shit

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
pyabra.bin
pyabra.build
pyabra.dist
requirements.txt