Add PSP build
This commit is contained in:
@@ -30,26 +30,26 @@ jobs:
|
||||
name: dusk-linux
|
||||
path: build/Dusk
|
||||
|
||||
# build-psp:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout repository
|
||||
# uses: actions/checkout@v3
|
||||
# - name: Install dependencies
|
||||
# run: |
|
||||
# apt-get update
|
||||
# apt-get install -y build-essential cmake python3 python3-pip wget python3-pil
|
||||
# - name: Configure CMake
|
||||
# run: cmake -S . -B build -DDUSK_TARGET_SYSTEM=psp
|
||||
# - name: Build
|
||||
# run: cmake --build build -- -j$(nproc)
|
||||
# - name: List build output
|
||||
# run: ls -lh build
|
||||
# - name: Upload PSP binary
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: eboot-psp
|
||||
# path: build/EBOOT.PBP
|
||||
build-psp:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y build-essential cmake python3 python3-pip python3-polib python3-pil libsdl2-dev libgl1-mesa-dev libzip-dev
|
||||
- name: Configure CMake
|
||||
run: cmake -S . -B build -DDUSK_TARGET_SYSTEM=psp
|
||||
- name: Build
|
||||
run: cmake --build build -- -j$(nproc)
|
||||
- name: List build output
|
||||
run: ls -lh build
|
||||
- name: Upload PSP binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: eboot-psp
|
||||
path: build/EBOOT.PBP
|
||||
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user