mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-30 19:23:20 +08:00
docker whyy
This commit is contained in:
parent
d00640f7b3
commit
6ae1cf3819
@ -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
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
when:
|
||||
- event: manual
|
||||
- event: push
|
||||
- event: pull_request
|
||||
- event: cron
|
||||
cron: ci
|
||||
|
||||
steps:
|
||||
- name: build-and-test
|
||||
Loading…
x
Reference in New Issue
Block a user