docker whyy

This commit is contained in:
era 2025-01-19 17:28:15 +03:30
parent d00640f7b3
commit 6ae1cf3819
No known key found for this signature in database
GPG Key ID: D09203E19A264BC3
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,7 @@
FROM python:3.12
RUN apt update && apt -y upgrade && apt -y --no-install-recommends install libopenal-dev libsdl2-dev libvorbis-dev cmake clang-format rsync docker.io zip
RUN apt update && apt -y upgrade && apt -y --no-install-recommends install libopenal-dev libsdl2-dev libvorbis-dev cmake clang-format rsync zip
RUN apk add --update docker openrc
RUN rc-update add docker boot
RUN pip install --upgrade pip
COPY config/requirements.txt ballistica_requirements.txt
RUN pip install -r ballistica_requirements.txt

View File

@ -1,5 +1,8 @@
when:
- event: manual
- event: push
- event: pull_request
- event: cron
cron: ci
steps:
- name: build-and-test