Compare commits

..
5 Commits
Author SHA1 Message Date
retoor 5368ff9ee3 Deleted db
devranta build / Build (push) Failing after 5s
2024-12-14 22:24:06 +01:00
retoor 03f922c65a Added README 2024-12-14 22:23:24 +01:00
retoor ab19504738 First working version.
devranta build / Build (push) Failing after 6s
2024-12-14 21:45:36 +01:00
retoor 7ae5e613b7 Initial commit. 2024-12-14 18:32:29 +01:00
retoor ba66c10ee3 Initial commit 2024-12-14 12:18:25 +00:00
2 changed files with 11 additions and 9 deletions
+11 -4
View File
@@ -13,12 +13,19 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Ensure environment
run: make ensure_env
- name: Install package
run: make install
- name: Build new package
run: make build
- name: Install package
run: make install
- name: Run application
run: make run
- name: Test application
run: make test
- name: Push new packages
run: |
git add .
git config --global user.email "bot@molodetz.nl"
git config --global user.name "bot"
git commit -a -m "New build."
git push
-5
View File
@@ -1,9 +1,4 @@
# ---> Python
.vscode
.history
form.db*
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]