install cmake
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-gamecube:
|
||||
build-dolphin:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -37,6 +37,7 @@ jobs:
|
||||
fi
|
||||
apt-get update
|
||||
apt-get install devkitpro-pacman --yes
|
||||
apt-get install --yes build-essential cmake python3 python3-pip python3-polib python3-pil libsdl2-dev libgl1-mesa-dev libzip-dev python3-dotenv python3-pyqt5 python3-opengl liblua5.3-dev
|
||||
|
||||
sudo dkp-pacman -Syu --noconfirm
|
||||
sudo dkp-pacman -S gamecube-dev --noconfirm
|
||||
@@ -61,30 +62,6 @@ jobs:
|
||||
name: dusk-gamecube
|
||||
path: build/gitea/Gamecube
|
||||
if-no-files-found: error
|
||||
|
||||
# build-wii:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout repository
|
||||
# uses: actions/checkout@v5
|
||||
# - name: Install dependencies
|
||||
# run: |
|
||||
# apt-get update
|
||||
# apt-get install -y docker.io
|
||||
# - name: Build Wii
|
||||
# run: |
|
||||
# ./.ci/dolphin/build-wii.sh
|
||||
# - name: Copy wii
|
||||
# run: |
|
||||
# mkdir -p build/gitea/Wii/apps/Dusk
|
||||
# mv build/Dusk.dol build/gitea/Wii/apps/Dusk/boot.dol
|
||||
# mv build/dusk.dsk build/gitea/Wii/apps/Dusk/dusk.dsk
|
||||
# - name: Upload Wii Binary
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: dusk-wii
|
||||
# path: build/gitea/Wii
|
||||
# if-no-files-found: error
|
||||
|
||||
run-tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user