mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 14:03:18 +08:00
fixing cd
This commit is contained in:
parent
06e20887cd
commit
c3cb6a77a8
71
.github/workflows/cd.yml
vendored
71
.github/workflows/cd.yml
vendored
@ -78,41 +78,44 @@ jobs:
|
|||||||
name: linux_arm64_server_(debug)
|
name: linux_arm64_server_(debug)
|
||||||
path: build/prefab/full/linux_arm64_server
|
path: build/prefab/full/linux_arm64_server
|
||||||
|
|
||||||
make_mac_x86_64_gui_debug_build:
|
# Limiting mac prefab builds to arm only for now.
|
||||||
runs-on: ubuntu-latest
|
# Leaving this here in case we re-enable them though.
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: '3.12'
|
|
||||||
- name: Setup project environment
|
|
||||||
run: make env
|
|
||||||
- name: Make the build
|
|
||||||
run: make prefab-mac-x86-64-gui-debug-build
|
|
||||||
- name: Upload the build
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: mac_x86_64_gui_(debug)
|
|
||||||
path: build/prefab/full/mac_x86_64_gui
|
|
||||||
|
|
||||||
make_mac_x86_64_server_debug_build:
|
# make_mac_x86_64_gui_debug_build:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
# - name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
# uses: actions/setup-python@v5
|
||||||
with:
|
# with:
|
||||||
python-version: '3.12'
|
# python-version: '3.12'
|
||||||
- name: Setup project environment
|
# - name: Setup project environment
|
||||||
run: make env
|
# run: make env
|
||||||
- name: Make the build
|
# - name: Make the build
|
||||||
run: make prefab-mac-x86-64-server-debug-build
|
# run: make prefab-mac-x86-64-gui-debug-build
|
||||||
- name: Upload the build
|
# - name: Upload the build
|
||||||
uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
name: mac_x86_64_server_(debug)
|
# name: mac_x86_64_gui_(debug)
|
||||||
path: build/prefab/full/mac_x86_64_server
|
# path: build/prefab/full/mac_x86_64_gui
|
||||||
|
|
||||||
|
# make_mac_x86_64_server_debug_build:
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
|
# steps:
|
||||||
|
# - uses: actions/checkout@v4
|
||||||
|
# - name: Set up Python
|
||||||
|
# uses: actions/setup-python@v5
|
||||||
|
# with:
|
||||||
|
# python-version: '3.12'
|
||||||
|
# - name: Setup project environment
|
||||||
|
# run: make env
|
||||||
|
# - name: Make the build
|
||||||
|
# run: make prefab-mac-x86-64-server-debug-build
|
||||||
|
# - name: Upload the build
|
||||||
|
# uses: actions/upload-artifact@v4
|
||||||
|
# with:
|
||||||
|
# name: mac_x86_64_server_(debug)
|
||||||
|
# path: build/prefab/full/mac_x86_64_server
|
||||||
|
|
||||||
make_mac_arm64_gui_debug_build:
|
make_mac_arm64_gui_debug_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user