This commit is contained in:
parent
eb632c010c
commit
18c53acd71
@ -14,14 +14,14 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}/source
|
||||
cd source
|
||||
./install_build_prerequisites.sh
|
||||
- name: Build
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}/source
|
||||
cd source
|
||||
./multibuild.sh
|
||||
- name: Test
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}/source/output
|
||||
cd source/output
|
||||
./dropshell_x86_64 list
|
||||
./dropshell_x86_64 help
|
||||
|
Loading…
x
Reference in New Issue
Block a user