Compare commits
5
Commits
main
..
5368ff9ee3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5368ff9ee3 | ||
|
|
03f922c65a | ||
|
|
ab19504738 | ||
|
|
7ae5e613b7 | ||
|
|
ba66c10ee3 |
@@ -13,12 +13,19 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- name: Ensure environment
|
|
||||||
run: make ensure_env
|
|
||||||
- name: Install package
|
|
||||||
run: make install
|
|
||||||
- name: Build new package
|
- name: Build new package
|
||||||
run: make build
|
run: make build
|
||||||
|
- name: Install package
|
||||||
|
run: make install
|
||||||
|
- name: Run application
|
||||||
|
run: make run
|
||||||
- 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,9 +1,4 @@
|
|||||||
# ---> 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