Compare commits
8
Commits
5368ff9ee3
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5be3fa2f02 | ||
|
|
b56841bb40 | ||
|
|
77b19a98c7 | ||
|
|
59acdfc033 | ||
|
|
bcbb92e83d | ||
|
|
8ce9cc7b43 | ||
|
|
ab95bb251d | ||
|
|
35672f7393 |
@@ -13,19 +13,12 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- name: Build new package
|
- name: Ensure environment
|
||||||
run: make build
|
run: make ensure_env
|
||||||
- name: Install package
|
- name: Install package
|
||||||
run: make install
|
run: make install
|
||||||
- name: Run application
|
- name: Build new package
|
||||||
run: make run
|
run: make build
|
||||||
- name: Test application
|
- name: Test application
|
||||||
run: make test
|
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
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,9 @@
|
|||||||
# ---> Python
|
# ---> Python
|
||||||
|
|
||||||
|
.vscode
|
||||||
|
.history
|
||||||
|
form.db*
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|||||||
Reference in New Issue
Block a user