Include xdb as a submodule

This commit is contained in:
Antonio Abbatangelo 2023-08-30 14:26:02 -04:00 committed by mborgerson
parent be245fdd1b
commit 3ff7a95a0c
4 changed files with 15 additions and 3 deletions

View File

@ -8,11 +8,9 @@ jobs:
Build: Build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
repository: xemu-project/xdb submodules: true
path: xdb
- name: Build - name: Build
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "xdb"]
path = xdb
url = git@github.com:xemu-project/xdb.git

View File

@ -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. 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 ### Build
To build, simply run `rm -rf dist/ && DEV=1 ./build.sh` from within the project root. To build, simply run `rm -rf dist/ && DEV=1 ./build.sh` from within the project root.

1
xdb Submodule

@ -0,0 +1 @@
Subproject commit bbfd7dd78171a1a87699eec7ff8f36b54e2599d6