This commit is contained in:
parent
9c94510213
commit
9a141685de
@ -14,10 +14,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}/docker
|
cd ${{ gitea.workspace }}/source
|
||||||
./compile.sh
|
./multibuild.sh
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}/docker/output
|
cd ${{ gitea.workspace }}/source/output
|
||||||
./dropshell_x86_64 list
|
./dropshell_x86_64 list
|
||||||
./dropshell_x86_64 help
|
./dropshell_x86_64 help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user