Update build files.
This commit is contained in:
parent
72a0ab6068
commit
1439139c19
@ -12,17 +12,17 @@ jobs:
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: Build new package
|
||||
- run: make build
|
||||
run: make build
|
||||
- name: Install package
|
||||
- run: make install
|
||||
run: make install
|
||||
- name: Run application
|
||||
- run: make run
|
||||
run: make run
|
||||
- name: Test application
|
||||
- run: make test
|
||||
run: make test
|
||||
- name: Push new packages
|
||||
- run: git add .
|
||||
- run: git config --global user.email "bot@molodetz.com"
|
||||
- run: git config --global user.name "bot"
|
||||
- run: git commit -a -m "New build."
|
||||
- run: git push
|
||||
run: git add .
|
||||
run: git config --global user.email "bot@molodetz.com"
|
||||
run: git config --global user.name "bot"
|
||||
run: git commit -a -m "New build."
|
||||
run: git push
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user