mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-22 19:09:59 +00:00
Include xdb as a submodule
This commit is contained in:
parent
be245fdd1b
commit
3ff7a95a0c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -8,11 +8,9 @@ jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: xemu-project/xdb
|
||||
path: xdb
|
||||
submodules: true
|
||||
- name: Build
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "xdb"]
|
||||
path = xdb
|
||||
url = git@github.com:xemu-project/xdb.git
|
10
README.md
10
README.md
@ -3,6 +3,16 @@ xemu-website
|
||||
|
||||
This repo contains the main website contents for the xemu original Xbox emulator with accompanying documentation and title information for compatibility reporting.
|
||||
|
||||
### Cloning
|
||||
|
||||
This repository must be cloned with submodules to pull the Xbox title repository.
|
||||
|
||||
```sh
|
||||
$ git clone git@github.com:xemu-project/xemu-website.git --recurse-submodules
|
||||
```
|
||||
|
||||
Or if already cloned, run `git submodules update --init --recursive`
|
||||
|
||||
### Build
|
||||
|
||||
To build, simply run `rm -rf dist/ && DEV=1 ./build.sh` from within the project root.
|
||||
|
1
xdb
Submodule
1
xdb
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit bbfd7dd78171a1a87699eec7ff8f36b54e2599d6
|
Loading…
Reference in New Issue
Block a user