feat: added first CI

This commit is contained in:
2024-10-10 15:53:52 +02:00
parent 5e990a615e
commit 6abaef755b
2 changed files with 134 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ RUN rm -rf /wheels
# Python setup
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ARG VERSION=unknown
ENV VERSION=${VERSION}