mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-04 14:33:28 +08:00
ci fixes 2
This commit is contained in:
parent
ea66ce8c43
commit
5a4bb16201
22
.github/workflows/cd.yml
vendored
22
.github/workflows/cd.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Make the build
|
- name: Make the build
|
||||||
run: make prefab-gui-debug-build
|
run: make prefab-gui-debug-build
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Make the build
|
- name: Make the build
|
||||||
run: make prefab-server-debug-build
|
run: make prefab-server-debug-build
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Make the build
|
- name: Make the build
|
||||||
run: make prefab-linux-arm64-gui-debug-build
|
run: make prefab-linux-arm64-gui-debug-build
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Make the build
|
- name: Make the build
|
||||||
run: make prefab-linux-arm64-server-debug-build
|
run: make prefab-linux-arm64-server-debug-build
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
@ -83,7 +83,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Make the build
|
- name: Make the build
|
||||||
run: make prefab-mac-x86-64-gui-debug-build
|
run: make prefab-mac-x86-64-gui-debug-build
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
@ -100,7 +100,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Make the build
|
- name: Make the build
|
||||||
run: make prefab-mac-x86-64-server-debug-build
|
run: make prefab-mac-x86-64-server-debug-build
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
@ -117,7 +117,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Make the build
|
- name: Make the build
|
||||||
run: make prefab-mac-arm64-gui-debug-build
|
run: make prefab-mac-arm64-gui-debug-build
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
@ -134,7 +134,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Make the build
|
- name: Make the build
|
||||||
run: make prefab-mac-arm64-server-debug-build
|
run: make prefab-mac-arm64-server-debug-build
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
@ -151,7 +151,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Make the build
|
- name: Make the build
|
||||||
run: make prefab-windows-x86-gui-debug-build
|
run: make prefab-windows-x86-gui-debug-build
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
@ -168,7 +168,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Make the build
|
- name: Make the build
|
||||||
run: make prefab-windows-x86-server-debug-build
|
run: make prefab-windows-x86-server-debug-build
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
@ -185,7 +185,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Make the build
|
- name: Make the build
|
||||||
run: make docs-sphinx
|
run: make docs-sphinx
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
|
|||||||
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: BA_PCOMMANDBATCH_BUILD_REQUIRE=1 make check
|
run: BA_PCOMMANDBATCH_BUILD_REQUIRE=1 make check
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Assemble monolithic server build
|
- name: Assemble monolithic server build
|
||||||
run: make cmake-server-build
|
run: make cmake-server-build
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
@ -54,7 +54,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Build spinoff project with only core featureset
|
- name: Build spinoff project with only core featureset
|
||||||
run: make spinoff-test-core
|
run: make spinoff-test-core
|
||||||
- name: Build spinoff project with core and base featuresets
|
- name: Build spinoff project with core and base featuresets
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Create poo feature-set
|
- name: Create poo feature-set
|
||||||
run: tools/spinoff fset-copy template_fs poo
|
run: tools/spinoff fset-copy template_fs poo
|
||||||
- name: Add new feature-set to project
|
- name: Add new feature-set to project
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user