Skip to content

Commit

Permalink
c-cpp action correction
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 10, 2024
1 parent 792267a commit b0b13b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
with:
name: compiled-binaries
path: |
**/bin/**
**/build/**
**/*
**/*
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ The main features of the program in the actuality are:
- Shared memory parallelization (for computational time reduction)
- Several constitutive models for soils and rock, including softening and hardening options.

## Compiled binaries

1. Go to the [Actions page](https://github.com/fabricix/MPM-Geomechanics/actions).
2. Select the latest run of the **MSBuild** workflow for Window, or **CI** for Linux.
3. At the bottom, you will find the available artifacts under the **Artifacts** section.
4. Download the `compiled-binaries` artifact to get the compiled code.

## Documentation and Compilation

To compile using make:
Expand All @@ -56,15 +63,6 @@ To generate the documentation in PDF, run the make command in `doxy/latex`.
cd /doxygen/latex && make
```

## Compiled binaries

You can download the latest compiled files from the [GitHub Actions](https://github.com/your-username/MPM-Geomechanics/actions) section in GitHub. Just follow these steps:

1. Go to the [Actions page](https://github.com/your-username/MPM-Geomechanics/actions).
2. Select the latest run of the **MSBuild** workflow for Window, or **CI** for Linux.
3. At the bottom, you will find the available artifacts under the **Artifacts** section.
4. Download the `compiled-binaries` artifact to get the compiled code.

## Examples

### Slope failure
Expand Down

0 comments on commit b0b13b2

Please sign in to comment.