Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,6 @@ jobs:
needs: test
container: ghcr.io/gravity-sim/deps:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libgl1-mesa-dev libglew-dev libglfw3-dev libopenmpi-dev
- name: Build
run: make
- name: Test
run: make test
- uses: actions/checkout@v4
- name: Restore build cache
uses: actions/cache@v3
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ four sequential jobs: **Installing Dependencies**, **Build**, **Test**, and
**Make**. Compiled object files are cached between jobs to speed up subsequent
steps.

The `docker-publish` workflow builds this container image and pushes it to the
GitHub Container Registry so it can be reused by the CI jobs.

## Usage

To run the simulation:
Expand Down
Loading