From ce8f66434fb2f8e2e78632852caae69cf2f890ba Mon Sep 17 00:00:00 2001 From: Max Fierke Date: Fri, 29 Dec 2023 00:20:21 -0600 Subject: [PATCH] Add gameboy-doctor and gb-test-roms as submodules --- .github/workflows/ci.yml | 2 ++ .gitmodules | 6 ++++++ vendor/gameboy-doctor | 1 + vendor/gb-test-roms | 1 + 4 files changed, 10 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/gameboy-doctor create mode 160000 vendor/gb-test-roms diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6b43d5..b9709f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + submodules: true - name: Set up Go uses: actions/setup-go@v4 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b8545e0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "vendor/gameboy-doctor"] + path = vendor/gameboy-doctor + url = git@github.com:robert/gameboy-doctor.git +[submodule "vendor/gb-test-roms"] + path = vendor/gb-test-roms + url = git@github.com:retrio/gb-test-roms.git diff --git a/vendor/gameboy-doctor b/vendor/gameboy-doctor new file mode 160000 index 0000000..bcbbf9f --- /dev/null +++ b/vendor/gameboy-doctor @@ -0,0 +1 @@ +Subproject commit bcbbf9f63a87526a45df5283c8bb3ca1f2bf7eb9 diff --git a/vendor/gb-test-roms b/vendor/gb-test-roms new file mode 160000 index 0000000..c240dd7 --- /dev/null +++ b/vendor/gb-test-roms @@ -0,0 +1 @@ +Subproject commit c240dd7d700e5c0b00a7bbba52b53e4ee67b5f15