'Generic Commit'
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 2m52s

This commit is contained in:
Your Name
2025-06-01 23:34:31 +12:00
parent 18c53acd71
commit 7f341699c1
5 changed files with 52 additions and 26 deletions

View File

@ -16,12 +16,24 @@ jobs:
run: |
cd source
./install_build_prerequisites.sh
- name: Build
- name: Build Native
run: |
cd source
./multibuild.sh
./build_native.sh
- name: Test
run: |
cd source/output
./dropshell_x86_64 list
./dropshell_x86_64 help
cd source
./test.sh
- name: Build Production
run: |
cd source
./build_production.sh
- name: Test
run: |
cd source
./test.sh
- name: Publish
run: |
cd source
./publish.sh