ci fixes 2

This commit is contained in:
Eric Froemling 2024-04-21 21:11:46 -10:00
parent ea66ce8c43
commit 5a4bb16201
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98
2 changed files with 15 additions and 15 deletions

View File

@ -15,7 +15,7 @@ jobs:
with:
python-version: '3.12'
- name: Install pip requirements
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Make the build
run: make prefab-gui-debug-build
- name: Upload the build
@ -32,7 +32,7 @@ jobs:
with:
python-version: '3.12'
- name: Install pip requirements
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Make the build
run: make prefab-server-debug-build
- name: Upload the build
@ -49,7 +49,7 @@ jobs:
with:
python-version: '3.12'
- name: Install pip requirements
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Make the build
run: make prefab-linux-arm64-gui-debug-build
- name: Upload the build
@ -66,7 +66,7 @@ jobs:
with:
python-version: '3.12'
- name: Install pip requirements
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Make the build
run: make prefab-linux-arm64-server-debug-build
- name: Upload the build
@ -83,7 +83,7 @@ jobs:
with:
python-version: '3.12'
- name: Install pip requirements
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Make the build
run: make prefab-mac-x86-64-gui-debug-build
- name: Upload the build
@ -100,7 +100,7 @@ jobs:
with:
python-version: '3.12'
- name: Install pip requirements
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Make the build
run: make prefab-mac-x86-64-server-debug-build
- name: Upload the build
@ -117,7 +117,7 @@ jobs:
with:
python-version: '3.12'
- name: Install pip requirements
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Make the build
run: make prefab-mac-arm64-gui-debug-build
- name: Upload the build
@ -134,7 +134,7 @@ jobs:
with:
python-version: '3.12'
- name: Install pip requirements
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Make the build
run: make prefab-mac-arm64-server-debug-build
- name: Upload the build
@ -151,7 +151,7 @@ jobs:
with:
python-version: '3.12'
- name: Install pip requirements
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Make the build
run: make prefab-windows-x86-gui-debug-build
- name: Upload the build
@ -168,7 +168,7 @@ jobs:
with:
python-version: '3.12'
- name: Install pip requirements
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Make the build
run: make prefab-windows-x86-server-debug-build
- name: Upload the build
@ -185,7 +185,7 @@ jobs:
with:
python-version: '3.12'
- name: Install pip requirements
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Make the build
run: make docs-sphinx
- name: Upload the build

View File

@ -22,7 +22,7 @@ jobs:
with:
python-version: '3.12'
- name: Install dependencies
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Run checks
run: BA_PCOMMANDBATCH_BUILD_REQUIRE=1 make check
@ -36,7 +36,7 @@ jobs:
with:
python-version: '3.12'
- name: Install dependencies
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Assemble monolithic server build
run: make cmake-server-build
- name: Run tests
@ -54,7 +54,7 @@ jobs:
with:
python-version: '3.12'
- name: Install dependencies
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Build spinoff project with only core featureset
run: make spinoff-test-core
- name: Build spinoff project with core and base featuresets
@ -72,7 +72,7 @@ jobs:
with:
python-version: '3.12'
- name: Install dependencies
run: tools/pcommand install_pip_reqs
run: make prereqs
- name: Create poo feature-set
run: tools/spinoff fset-copy template_fs poo
- name: Add new feature-set to project