Test runner
Some checks failed
Build Dusk / run-tests (push) Failing after 2m18s
Build Dusk / build-linux (push) Failing after 6s

This commit is contained in:
2026-03-10 16:16:53 -05:00
parent e9661d2998
commit f0964e2c92
2 changed files with 20 additions and 27 deletions

View File

@@ -14,34 +14,22 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: https://git.wish.moe/YourWishes/checkout@main uses: https://git.wish.moe/YourWishes/checkout@main
- name: Install Docker
run: docker version
- name: Run tests in Docker - name: Run tests in Docker
run: ./scripts/test-linux-docker.sh run: ./scripts/test-linux-docker.sh
# - 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 python3-dotenv python3-pyqt5 python3-opengl liblua5.3-dev
# - name: Run tests
# run: ./scripts/test-linux.sh
# build-linux: build-linux:
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# steps: steps:
# - name: Checkout repository - name: Checkout repository
# uses: https://git.wish.moe/YourWishes/checkout@main uses: https://git.wish.moe/YourWishes/checkout@main
# - name: Install dependencies - name: Build Linux
# run: | run: ./scripts/build-linux-docker.sh
# apt-get update - name: Upload Linux binary
# apt-get install -y 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 uses: https://git.wish.moe/YourWishes/upload-artifact@v3/node20
# - name: Build Linux with:
# run: ./scripts/build-linux.sh name: dusk-linux
# - name: Upload Linux binary path: build-linux/Dusk
# uses: https://git.wish.moe/YourWishes/upload-artifact@v3/node20 if-no-files-found: error
# with:
# name: dusk-linux
# path: build-linux/Dusk
# if-no-files-found: error
# build-psp: # build-psp:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest

View File

@@ -16,5 +16,10 @@ RUN apt-get install -y \
python3-opengl \ python3-opengl \
liblua5.3-dev \ liblua5.3-dev \
xz-utils \ xz-utils \
git libbz2-dev \
zlib1g-dev \
libzip-dev \
libbz2-dev \
git \
libssl-dev
VOLUME ["/workdir"] VOLUME ["/workdir"]