Skip to content

Commit

Permalink
Merge pull request #165 from PhoneVR-Developers/reorg
Browse files Browse the repository at this point in the history
Repo cleanup and re-organization
  • Loading branch information
ShootingKing-AM authored Jul 29, 2023
2 parents a1fd885 + 9306220 commit 985b287
Show file tree
Hide file tree
Showing 870 changed files with 24 additions and 279,343 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: 'true'

# https://github.com/actions/runner-images/issues/842#issuecomment-1495115166
- name: Install MSVC 2015 (v140) and Windows 8.1 SDK
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: git config --global core.autocrlf false

- uses: actions/checkout@v3
with:
submodules: 'true'

- name: Bump version
if: github.event.inputs.version != ''
Expand Down Expand Up @@ -83,6 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
ref: ${{ needs.prepare_release.outputs.release_ref }}

# https://github.com/actions/runner-images/issues/842#issuecomment-1495115166
Expand Down
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[submodule "code/mobile/android/PhoneVR/ALVR"]
path = code/mobile/android/PhoneVR/ALVR
url = https://github.com/PhoneVR-Developers/ALVR-phonevr
[submodule "code/windows/libs/json"]
path = code/windows/libs/json
url = https://github.com/nlohmann/json
[submodule "code/common/libs/eigen"]
path = code/common/libs/eigen
url = https://gitlab.com/libeigen/eigen
[submodule "code/common/libs/asio"]
path = code/common/libs/asio
url = https://github.com/chriskohlhoff/asio
1 change: 1 addition & 0 deletions code/common/libs/asio
Submodule asio added at 22afb8
152 changes: 0 additions & 152 deletions code/common/libs/asio/asio.hpp

This file was deleted.

131 changes: 0 additions & 131 deletions code/common/libs/asio/asio/associated_allocator.hpp

This file was deleted.

Loading

0 comments on commit 985b287

Please sign in to comment.