-
Notifications
You must be signed in to change notification settings - Fork 939
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove submodules, use CMake's FetchContent instead. (#534)
* Remove submodules, use CMake's FetchContent instead. * Update docs and CI file. * I think we don't actually need this at all... * Restore some missing `target_link_libraries` in test dependencies.
- Loading branch information
Showing
11 changed files
with
63 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,12 @@ on: | |
|
||
jobs: | ||
checkout: | ||
name: Checkout EASTL and submodules | ||
name: Checkout EASTL | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
path: EASTL/ | ||
- run: cd EASTL/ && git submodule update --init | ||
- name: Upload checked out code | ||
uses: actions/[email protected] | ||
with: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule EAAssert
deleted from
e5e181
Submodule EABase
deleted from
521cb0
Submodule EAMain
deleted from
24ca8b
Submodule EAStdC
deleted from
8dc9e3
Submodule EATest
deleted from
a59b37
Submodule EAThread
deleted from
e4367a