Compare commits

..

No commits in common. "add-ci" and "main" have entirely different histories.
add-ci ... main

3 changed files with 0 additions and 27 deletions

View File

@ -1,24 +0,0 @@
steps:
- name: build
image: git.zunet.ru/iu/nuitka:v215
commands:
- nuitka3 src/main.py -o baloon
- ls -lh
- file baloon
- name: release
# image: woodpeckerci/plugin-gitea-release
image: plugins/gitea-release
settings:
base_url: https://git.zunet.ru
files:
- "baloon"
api_key:
from_secret: SEC1
target: main
title: Ti ${CI_COMMIT_TAG##v}
when:
- event: tag
ref: refs/tags/v*

BIN
baloon

Binary file not shown.

View File

@ -1,3 +0,0 @@
FROM python:3
RUN pip install -U nuitka