mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-02-20 08:22:02 -07:00
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
* Docker builder support * update licenses * oops I forgot change this description
11 lines
226 B
YAML
11 lines
226 B
YAML
# SPDX-FileCopyrightText: 2026 shadPS4 Emulator Project
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
services:
|
|
shadps4:
|
|
build:
|
|
context: ./.docker
|
|
volumes:
|
|
- ./emu:/workspaces/shadPS4:cached
|
|
tty: true
|