Skip to content

Commit

Permalink
Update docs and CI file.
Browse files Browse the repository at this point in the history
  • Loading branch information
grojo-ea committed Jul 26, 2024
1 parent 3f9fa48 commit 015a741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ 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
- run: cd EASTL/
- name: Upload checked out code
uses: actions/[email protected]
with:
Expand Down
7 changes: 1 addition & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,13 @@ Your pull request should:

### Getting the Repository

EASTL uses git submodules for its dependencies as they are seperate git repositories. Recursive clones will continue until HD space is exhausted unless they are manually limited.
It is recommended to use the following to get the source:

```bash
git clone https://github.com/electronicarts/EASTL
cd EASTL
git submodule update --init
```

### Running the Unit Tests

EASTL uses CMake as its build system.
EASTL uses CMake as its build system.

* Create and navigate to "your_build_folder":
* mkdir your_build_folder && cd your_build_folder
Expand Down

0 comments on commit 015a741

Please sign in to comment.